Remove console logs

This commit is contained in:
0xa663
2024-02-16 11:24:38 +01:00
parent 7a84e8b690
commit 79dc76516a
4 changed files with 0 additions and 12 deletions
-1
View File
@@ -344,7 +344,6 @@ export function formatNumber(number: number) {
}
export function processNumberEvent(ev: React.ChangeEvent<HTMLInputElement>, cb: (n: number) => void) {
console.error(ev, ev.target.value);
ev.preventDefault();
ev.stopPropagation();
if(ev.target.value === "") {