Remove log

This commit is contained in:
Dennis Eichhorn 2018-04-24 19:24:56 +02:00
parent ee23bd1ec1
commit 49cbea14d4

View File

@ -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);