Skip to content

Commit

Permalink
remove console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
jdeniau committed Dec 18, 2024
1 parent 021dd26 commit 5743f9a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/configuration/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -233,8 +233,6 @@ export function setTableFilter(
config.connections[connectionSlug]
);

console.log(connection);

const newConfig = ensureConnectionAppStateIsCorrect(
connection.appState.configByDatabase[database]
);
Expand Down

0 comments on commit 5743f9a

Please sign in to comment.