Skip to content

Commit

Permalink
console log removal
Browse files Browse the repository at this point in the history
  • Loading branch information
jalowe13 committed Nov 22, 2024
1 parent 4129c40 commit 3e5736a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion client/src/redux/reducers/datafiles.reducers.js
Original file line number Diff line number Diff line change
Expand Up @@ -333,7 +333,6 @@ export function files(state = initialFilesState, action) {
},
};
case 'DATA_FILES_SET_ERROR':
console.log('Reducer for setting the error');
return {
...state,
error: {
Expand Down

0 comments on commit 3e5736a

Please sign in to comment.