Skip to content

Commit

Permalink
fix: Remove logline to console (cloudspannerecosystem#275)
Browse files Browse the repository at this point in the history
  • Loading branch information
henrybell authored Apr 24, 2024
1 parent e9d484a commit 4972785
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/scaler/scaler-core/state.js
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,6 @@ class StateSpanner extends State {
const instance = spannerClient.instance(
assertDefined(stateDatabase.instanceId),
);
console.error('creating DB for %o', stateDatabase);
return instance.database(assertDefined(stateDatabase.databaseId));
}

Expand Down

0 comments on commit 4972785

Please sign in to comment.