Skip to content

Commit

Permalink
remove console
Browse files Browse the repository at this point in the history
  • Loading branch information
pkdotson committed Jun 14, 2022
1 parent 5aa1199 commit b1c6126
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,6 @@ function dbReducer(
let deserializeExtraJSON = { allows_virtual_table_explore: true };
let extra_json: DatabaseObject['extra_json'];

console.log('action.type', action.type)
switch (action.type) {
case ActionType.extraEditorChange:
return {
Expand Down

0 comments on commit b1c6126

Please sign in to comment.