Skip to content

Commit

Permalink
refactor: removed console
Browse files Browse the repository at this point in the history
  • Loading branch information
aman19K committed Nov 18, 2024
1 parent 41bccc1 commit 29f170e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/contentstack-launch/src/commands/launch/logs.ts
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,6 @@ export default class Logs extends BaseCommand<typeof Logs> {
});
if (this.flags.type === 's') {
this.$event.on('server-logs', (event: EmitMessage) => {
console.log('event', event);
this.showLogs(event);
});
await logPolling.serverLogs();
Expand Down

0 comments on commit 29f170e

Please sign in to comment.