mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
remove console.log
This commit is contained in:
parent
f5aba36814
commit
948729e951
@ -91,7 +91,6 @@ export class PanelChrome extends PureComponent<Props, State> {
|
||||
if (extraVars) {
|
||||
vars = vars ? { ...vars, ...extraVars } : extraVars;
|
||||
}
|
||||
console.log('VARiables', vars);
|
||||
return templateSrv.replace(value, vars, format);
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user