Skip to content

Commit

Permalink
Remove console.log (#236006)
Browse files Browse the repository at this point in the history
  • Loading branch information
DonJayamanne authored Dec 27, 2024
1 parent 4fa5611 commit 7da68c0
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down

0 comments on commit 7da68c0

Please sign in to comment.