Skip to content

Commit

Permalink
remove stray console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
codingkarthik committed Aug 20, 2024
1 parent 1f3e501 commit eb6bead
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/cli/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,6 @@ function main() {
// Define the action
program.action(async (options: sdk.ServerOptions) => {
const connector = createConnector();
console.log("Starting server with options...", options);
await sdk.startServer(connector, options);
});

Expand Down

0 comments on commit eb6bead

Please sign in to comment.