Skip to content

Commit 8f5c0d5

Browse files
authored
Update src/vs/workbench/contrib/chat/browser/chatListRenderer.ts
1 parent 54e45bd commit 8f5c0d5

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/vs/workbench/contrib/chat/browser/chatListRenderer.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -835,7 +835,6 @@ export class ChatListItemRenderer extends Disposable implements ITreeRenderer<Ch
835835
private renderProgressMessage(progress: IChatProgressMessage, showSpinner: boolean): IMarkdownRenderResult {
836836
if (showSpinner) {
837837
// this step is in progress, communicate it to SR users
838-
console.log(progress.content.value);
839838
alert(progress.content.value);
840839
}
841840
const codicon = showSpinner ? ThemeIcon.modify(Codicon.sync, 'spin').id : Codicon.check.id;

0 commit comments

Comments
 (0)