Live: disable centrifuge-js debug mode (#39625) (#39626)

(cherry picked from commit 1d1da09568)

Co-authored-by: Alexander Emelin <frvzmb@gmail.com>
This commit is contained in:
Grot (@grafanabot)
2021-09-26 20:48:56 -07:00
committed by GitHub
co-authored by Alexander Emelin
parent fee11227da
commit e7ca31214b
+1 -3
View File
@@ -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,