chore: clean
This commit is contained in:
parent
860c8784a4
commit
baed61b66b
1 changed files with 0 additions and 1 deletions
|
|
@ -432,7 +432,6 @@ export async function waitAll<T extends Promise<any>[]>(arr: T) {
|
|||
}
|
||||
|
||||
export function commaInput(text: string): string {
|
||||
console.log(text);
|
||||
if (typeof text !== 'string') return '0';
|
||||
if (!text) return '0';
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue