Skip to content

Commit

Permalink
Remove extraneous console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
jfdoming committed Feb 3, 2024
1 parent e855272 commit 573e831
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2102,7 +2102,6 @@ export const TransactionTable = forwardRef((props, ref) => {
const { newNavigator } = latestState.current;
const newTrans = latestState.current.newTransactions;
const { data, diff } = splitTransaction(newTrans, id);
console.log('splitting', data);
setNewTransactions(data);

// Jump next to "debit" field if it is empty
Expand Down

0 comments on commit 573e831

Please sign in to comment.