mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
remove debug logging
This commit is contained in:
parent
243c4bfe29
commit
5eb22388c3
@ -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