Commit 5eb22388 by Erik Sundell

remove debug logging

parent 243c4bfe
......@@ -146,11 +146,6 @@ export class StackdriverFilterCtrl {
resolve();
}
} catch (error) {
if (error.data && error.data.message) {
console.log(error.data.message);
} else {
console.log(error);
}
appEvents.emit('alert-error', ['Error', 'Error loading metric labels for ' + this.target.metricType]);
resolve();
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment