Skip to content

Commit

Permalink
remove redundant console.log (#2763)
Browse files Browse the repository at this point in the history
Remove the console log I added accidentally in my last commit.

## Test plan

<!-- Required. See
https://sourcegraph.com/docs/dev/background-information/testing_principles.
-->

Nothing has changed. All current tests should be passing as expected.
  • Loading branch information
abeatrix authored Jan 16, 2024
1 parent 69cc664 commit 3d3acf4
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions vscode/src/chat/chat-view/SimpleChatPanelProvider.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1031,8 +1031,6 @@ export class SimpleChatPanelProvider implements vscode.Disposable, ChatSession {
const isCustomEdit = (mode === 'edit' || mode === 'insert') && id !== '/doc'
return !isRedundantCommand && !isCustomEdit
}) || []

console.log(prompts, 'prompts')
void this.postMessage({
type: 'custom-prompts',
prompts,
Expand Down

0 comments on commit 3d3acf4

Please sign in to comment.