Skip to content

Commit 2615102

Browse files
committed
cleaning the code
1 parent d88605d commit 2615102

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/vs/workbench/contrib/inlineChat/browser/inlineChatSession.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -477,7 +477,6 @@ export class InlineChatSessionService implements IInlineChatSessionService {
477477
}
478478

479479
releaseSession(session: Session): void {
480-
console.log('at the beginning of the release session');
481480

482481
const { editor } = session;
483482

@@ -499,7 +498,6 @@ export class InlineChatSessionService implements IInlineChatSessionService {
499498

500499
// send telemetry
501500
this._telemetryService.publicLog2<TelemetryData, TelemetryDataClassification>('interactiveEditor/session', session.asTelemetryData());
502-
console.log('at the end of the release session');
503501
}
504502

505503
getSession(editor: ICodeEditor, uri: URI): Session | undefined {

0 commit comments

Comments
 (0)