Browse Source

remove fck

master
Alexey Velikiy 6 years ago committed by GitHub
parent
commit
20cdd0c04e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      src/module.ts

1
src/module.ts

@ -221,7 +221,6 @@ class GraphCtrl extends MetricsPanelCtrl {
}
let val = this.templateSrv.index[BACKEND_VARIABLE_NAME].current.value;
val = val.replace(/\/+$/, "");
console.log('FUCK');
return val;
}

Loading…
Cancel
Save