Skip to content

Commit

Permalink
Removed extraneous console.log()
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeff McMillen authored and Jeff McMillen committed Dec 4, 2024
1 parent 278448e commit 6784664
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion client/src/hooks/datafiles/mutations/useMove.ts
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,6 @@ function useMove() {
operation: 'move',
},
});
console.log('File error');
},
}
);
Expand Down

0 comments on commit 6784664

Please sign in to comment.