Skip to content

Commit 7da68c0

Browse files
authored
Remove console.log (#236006)
1 parent 4fa5611 commit 7da68c0

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/vs/workbench/contrib/notebook/browser/contrib/chatEdit/notebookSynchronizerService.ts

-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@ class NotebookSynchronizerSaveParticipant extends NotebookSaveParticipant {
2828
}
2929

3030
override async participate(workingCopy: IStoredFileWorkingCopy<IStoredFileWorkingCopyModel>, context: IStoredFileWorkingCopySaveParticipantContext, progress: IProgress<IProgressStep>, token: CancellationToken): Promise<void> {
31-
console.log('notebook synchronizer participate');
3231
const session = this._chatEditingService.currentEditingSessionObs.get();
3332

3433
if (!session) {

0 commit comments

Comments
 (0)