Skip to content

Commit e30f27d

Browse files
authored
1 parent 7a051d6 commit e30f27d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -298,14 +298,14 @@ export class InlineChatSessionServiceImpl implements IInlineChatSessionService {
298298

299299
if (!fakeProviders.has(agent.id)) {
300300
fakeProviders.set(agent.id, _inlineChatService.addProvider(_instaService.createInstance(AgentInlineChatProvider, agent)));
301-
this._logService.info(`ADDED inline chat provider for agent ${agent.id}`);
301+
this._logService.debug(`ADDED inline chat provider for agent ${agent.id}`);
302302
}
303303
}
304304

305305
for (const [id] of fakeProviders) {
306306
if (!providersNow.has(id)) {
307307
fakeProviders.deleteAndDispose(id);
308-
this._logService.info(`REMOVED inline chat provider for agent ${id}`);
308+
this._logService.debug(`REMOVED inline chat provider for agent ${id}`);
309309
}
310310
}
311311
}));

0 commit comments

Comments
 (0)