mirror of
https://github.com/microsoft/vscode.git
synced 2026-07-12 17:48:19 +01:00
Remove one log
This commit is contained in:
@@ -706,7 +706,6 @@ export class MainThreadChatSessions extends Disposable implements MainThreadChat
|
||||
|
||||
async $handleProgressChunk(handle: number, sessionResource: UriComponents, requestId: string, chunks: (IChatProgressDto | [IChatProgressDto, number])[]): Promise<void> {
|
||||
const resource = URI.revive(sessionResource);
|
||||
warnOnUntitledSessionResource(resource);
|
||||
const observableSession = this._activeSessions.get(resource);
|
||||
if (!observableSession) {
|
||||
this._logService.warn(`No session found for progress chunks: handle ${handle}, sessionResource ${resource}, requestId ${requestId}`);
|
||||
|
||||
Reference in New Issue
Block a user