mirror of
https://github.com/grafana/grafana.git
synced 2026-07-30 00:08:10 -05:00
remove console.log
This commit is contained in:
@@ -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);
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user