From 49cbea14d462bea00b04c6ab0495b654d597ba71 Mon Sep 17 00:00:00 2001 From: Dennis Eichhorn Date: Tue, 24 Apr 2018 19:24:56 +0200 Subject: [PATCH] Remove log --- UI/ActionManager.js | 1 - 1 file changed, 1 deletion(-) diff --git a/UI/ActionManager.js b/UI/ActionManager.js index 2f28aab..2c289fb 100644 --- a/UI/ActionManager.js +++ b/UI/ActionManager.js @@ -166,7 +166,6 @@ jsOMS.UI.ActionManager.prototype.runAction = function (id, listener, action, data) { const self = this; - console.log(action.type) if (!this.actions.hasOwnProperty(action.type)) { jsOMS.Log.Logger.instance.warning('Undefined action ' + action.type);