Commit 948729e9 by ryan

remove console.log

parent f5aba368
......@@ -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);
};
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment