Skip to content

Commit

Permalink
fix(db-explore): make to remove console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
prosdev0107 committed Apr 28, 2022
1 parent 182d658 commit 48bc47a
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -312,7 +312,6 @@ function dbReducer(
};
case ActionType.fetched:
// convert all the keys in this payload into strings
console.log('action.payload--->>>', action.payload);
if (action.payload.extra) {
extra_json = {
...JSON.parse(action.payload.extra || ''),
Expand Down

0 comments on commit 48bc47a

Please sign in to comment.