From 4211548b8b436bbea44a2c6b7b0307202ca15e86 Mon Sep 17 00:00:00 2001 From: Uwe Oestermeier Date: Tue, 4 Aug 2020 18:13:24 +0200 Subject: [PATCH] Removed console logs. --- dist/iwmlib.js | 2 -- lib/popupmenu.js | 2 -- 2 files changed, 4 deletions(-) diff --git a/dist/iwmlib.js b/dist/iwmlib.js index a8dbcf1..561a704 100644 --- a/dist/iwmlib.js +++ b/dist/iwmlib.js @@ -6671,9 +6671,7 @@ if (this.autoClose) { this.close(); } - console.log("perform", event, key); setTimeout((event, key) => { - console.log("perform within arrow", event, key); func(event, key); }, 20, event, key); } diff --git a/lib/popupmenu.js b/lib/popupmenu.js index 37f2150..9505cbf 100644 --- a/lib/popupmenu.js +++ b/lib/popupmenu.js @@ -113,9 +113,7 @@ export default class PopupMenu extends Popup { if (this.autoClose) { this.close() } - console.log("perform", event, key) setTimeout((event, key) => { - console.log("perform within arrow", event, key) func(event, key) }, 20, event, key) }