Remove console.log (#236006)

pull/198047/head^2
Don Jayamanne 2024-12-27 16:50:29 +11:00 committed by GitHub
parent 4fa5611d67
commit 7da68c033c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 0 additions and 1 deletions

View File

@ -28,7 +28,6 @@ class NotebookSynchronizerSaveParticipant extends NotebookSaveParticipant {
}
override async participate(workingCopy: IStoredFileWorkingCopy<IStoredFileWorkingCopyModel>, context: IStoredFileWorkingCopySaveParticipantContext, progress: IProgress<IProgressStep>, token: CancellationToken): Promise<void> {
console.log('notebook synchronizer participate');
const session = this._chatEditingService.currentEditingSessionObs.get();
if (!session) {