mirror of
https://github.com/grafana/grafana.git
synced 2026-07-30 08:18:10 -05:00
Chore: Remove console.log (#19412)
This commit is contained in:
-1
@@ -202,7 +202,6 @@ export default class AzureMonitorDatasource {
|
||||
const resourceGroup = this.toVariable(metricNamespaceQueryWithSub[2]);
|
||||
const metricDefinition = this.toVariable(metricNamespaceQueryWithSub[3]);
|
||||
const resourceName = this.toVariable(metricNamespaceQueryWithSub[4]);
|
||||
console.log(metricNamespaceQueryWithSub);
|
||||
return this.getMetricNamespaces(subscription, resourceGroup, metricDefinition, resourceName);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user