Skip to content

Commit ff45ea2

Browse files
committed
#1287 - remove console.log
1 parent 05d1ace commit ff45ea2

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/frontend/src/components/NERFormModal.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@ const NERFormModal = ({
2828
*/
2929
const onSubmitWrapper = async (data: any) => {
3030
await onFormSubmit(data);
31-
console.log('reset');
3231
reset();
3332
};
3433

0 commit comments

Comments
 (0)