diff --git a/public/app/features/live/live.ts b/public/app/features/live/live.ts index b7141861f8f..f20c7bed370 100644 --- a/public/app/features/live/live.ts +++ b/public/app/features/live/live.ts @@ -59,9 +59,7 @@ export class CentrifugeSrv implements GrafanaLiveSrv { const liveUrl = `${baseURL}${config.appSubUrl}/api/live/ws`; this.orgId = contextSrv.user.orgId; - this.centrifuge = new Centrifuge(liveUrl, { - debug: true, - }); + this.centrifuge = new Centrifuge(liveUrl, {}); this.centrifuge.setConnectData({ sessionId, orgId: this.orgId,