Skip to content
This repository was archived by the owner on Oct 20, 2022. It is now read-only.

Commit 8f9be90

Browse files
committed
MetricssModel: remove console.log
1 parent e4ca54f commit 8f9be90

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/js/streaming/MetricsModel.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,7 @@
200200
metrics.push(vo);
201201
this.metricAdded(streamType, "State", vo);
202202

203-
console.log("[STATE] type: " + streamType + ", state:" + currentState + ", position: " + position);
203+
// console.log("[STATE] type: " + streamType + ", state:" + currentState + ", position: " + position);
204204

205205
// Keep only last 10 metrics to avoid memory leak
206206
if (metrics.length > 10) {

0 commit comments

Comments
 (0)