Skip to content

Commit

Permalink
remove console logs
Browse files Browse the repository at this point in the history
  • Loading branch information
danieljbruce committed Oct 4, 2023
1 parent 682431e commit 3a2d680
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions testproxy/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,6 @@ async function main() {
const {service} =
descriptor.google.bigtable.testproxy.CloudBigtableV2TestProxy;
await startServer(service);
console.log('Done main');
}

main();
console.log('Done starting test proxy');

0 comments on commit 3a2d680

Please sign in to comment.