diff --git a/src/app/components/chat/chat.component.ts b/src/app/components/chat/chat.component.ts index 54e792be..e59723ac 100644 --- a/src/app/components/chat/chat.component.ts +++ b/src/app/components/chat/chat.component.ts @@ -2272,7 +2272,6 @@ export class ChatComponent implements OnInit, AfterViewInit, OnDestroy { protected exportSession() { this.sessionService.getSession(this.userId, this.appName, this.sessionId) .subscribe((res) => { - console.log(res); this.downloadService.downloadObjectAsJson( res, `session-${this.sessionId}.json`); });