Commit 5d5f5cd9 by bergquist

fix(impressionstorage): remove console logging

parent ad9b2ab6
......@@ -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"));
......
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