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:
@@ -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"));
|
||||
|
||||
Reference in New Issue
Block a user