Skip to content

Commit 30fa9ce

Browse files
authored
Remove console log (#1265)
1 parent 1288756 commit 30fa9ce

File tree

1 file changed

+0
-1
lines changed
  • src/internal-plugins/metrics/lib

1 file changed

+0
-1
lines changed

src/internal-plugins/metrics/lib/store.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@ const MetricsStore = Reflux.createStore({
2626
// attach an event listener
2727
store.listen((state) => {
2828
// only track an event if the rule condition evaluates to true
29-
console.log(state);
3029
if (rule.condition(state)) {
3130
metrics.track(rule.resource, rule.action, rule.metadata(state));
3231
}

0 commit comments

Comments
 (0)