mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
rm debug log when publishing live message (#50774)
This commit is contained in:
parent
3cebd87bbb
commit
c581f6d945
@ -940,7 +940,6 @@ func (g *GrafanaLive) handleDatasourceScope(ctx context.Context, user *models.Si
|
||||
|
||||
// Publish sends the data to the channel without checking permissions etc.
|
||||
func (g *GrafanaLive) Publish(orgID int64, channel string, data []byte) error {
|
||||
logger.Debug("publish into channel", "channel", channel, "orgId", orgID, "data", string(data))
|
||||
_, err := g.node.Publish(orgchannel.PrependOrgID(orgID, channel), data)
|
||||
return err
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user