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

This commit is contained in:
Alexander Emelin 2021-09-26 01:17:39 +03:00 committed by GitHub
parent c9ae46a9ad
commit 1d1da09568
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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,