We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1288756 commit 30fa9ceCopy full SHA for 30fa9ce
src/internal-plugins/metrics/lib/store.js
@@ -26,7 +26,6 @@ const MetricsStore = Reflux.createStore({
26
// attach an event listener
27
store.listen((state) => {
28
// only track an event if the rule condition evaluates to true
29
- console.log(state);
30
if (rule.condition(state)) {
31
metrics.track(rule.resource, rule.action, rule.metadata(state));
32
}
0 commit comments