mirror of
https://github.com/Karaka-Management/jsOMS.git
synced 2026-02-16 17:28:41 +00:00
Remove log
This commit is contained in:
parent
ee23bd1ec1
commit
49cbea14d4
|
|
@ -166,7 +166,6 @@
|
||||||
jsOMS.UI.ActionManager.prototype.runAction = function (id, listener, action, data)
|
jsOMS.UI.ActionManager.prototype.runAction = function (id, listener, action, data)
|
||||||
{
|
{
|
||||||
const self = this;
|
const self = this;
|
||||||
console.log(action.type)
|
|
||||||
|
|
||||||
if (!this.actions.hasOwnProperty(action.type)) {
|
if (!this.actions.hasOwnProperty(action.type)) {
|
||||||
jsOMS.Log.Logger.instance.warning('Undefined action ' + action.type);
|
jsOMS.Log.Logger.instance.warning('Undefined action ' + action.type);
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user