Skip to content

Commit

Permalink
chore(web/dialog): remove leftover print
Browse files Browse the repository at this point in the history
  • Loading branch information
LukeWasTakenn committed May 21, 2022
1 parent 0bc2695 commit d3ab996
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion web/src/features/dialog/InputDialog.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,6 @@ const InputDialog: React.FC = () => {

const handleConfirm = () => {
setVisible(false);
console.log(inputData);
fetchNui("inputData", inputData);
};

Expand Down

0 comments on commit d3ab996

Please sign in to comment.