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';