Skip to content

Commit

Permalink
chore: console.log removal
Browse files Browse the repository at this point in the history
  • Loading branch information
alashchev17 committed Oct 17, 2024
1 parent a42dfc8 commit c8708d8
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/sidebar.ts
Original file line number Diff line number Diff line change
Expand Up @@ -560,12 +560,10 @@ export class PanelWebview implements vscode.WebviewViewProvider {
}

if(ideChatPageChange.match(e)) {
console.log(`[DEBUG]: current page: ${e.payload}`);
return this.handleCurrentChatPage(e.payload);
}

if(ideDoneStreaming.match(e)) {
console.log(`[DEBUG]: isStreaming: ${e.payload}`);
return this.handleStreamingChange(e.payload);
}

Expand Down

0 comments on commit c8708d8

Please sign in to comment.