remove unnecessary console.log

This commit is contained in:
Lumid 2022-01-16 13:16:44 +08:00 committed by GitHub
parent f3efd4f9d4
commit 3644f46342
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -108,7 +108,6 @@
>{$t('calculator.fateCount.calculate')}</Button
>
{#if result !== null}
<script>console.log(result);</script>
<div>
<div
transition:fade={{ duration: 100 }}