Skip to content

Commit

Permalink
removing log
Browse files Browse the repository at this point in the history
  • Loading branch information
Danm72 committed Sep 21, 2021
1 parent b69c916 commit 2742ac5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/TableMenu.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ const TableMenu: FunctionComponent<{

const onConfirm = () => {
const parsedCount = parseInt(count, 10);
console.log(parsedCount +"" + count)

if (parsedCount < 100) {
setDialog(null);
dialog.callback(parsedCount);
Expand Down

0 comments on commit 2742ac5

Please sign in to comment.