Remove console.log (#236006)
parent
4fa5611d67
commit
7da68c033c
|
@ -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) {
|
||||
|
|
Loading…
Reference in New Issue