remove unnecessary console.log

pull/1/head
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
1 changed files with 0 additions and 1 deletions

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 }}