mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
fix(impressionstorage): remove console logging
This commit is contained in:
parent
ad9b2ab617
commit
5d5f5cd9a6
@ -7,7 +7,6 @@ export class ImpressionsStore {
|
||||
constructor() {}
|
||||
|
||||
addDashboardImpression(impression) {
|
||||
console.log(impression);
|
||||
var impressions = [];
|
||||
if (store.exists("dashboard_impressions")) {
|
||||
impressions = JSON.parse(store.get("dashboard_impressions"));
|
||||
|
Loading…
Reference in New Issue
Block a user