From baed61b66bd8d69b19385990c27798636338885a Mon Sep 17 00:00:00 2001 From: puriphatt Date: Tue, 15 Oct 2024 09:40:58 +0700 Subject: [PATCH] chore: clean --- src/stores/utils/index.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/src/stores/utils/index.ts b/src/stores/utils/index.ts index 1ef871b4..c8047632 100644 --- a/src/stores/utils/index.ts +++ b/src/stores/utils/index.ts @@ -432,7 +432,6 @@ export async function waitAll[]>(arr: T) { } export function commaInput(text: string): string { - console.log(text); if (typeof text !== 'string') return '0'; if (!text) return '0';