mirror of
https://github.com/grafana/grafana.git
synced 2025-02-11 16:15:42 -06:00
remove debug logging
This commit is contained in:
parent
3c2ab68290
commit
74c2b22a77
@ -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();
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user