Removing logger

This commit is contained in:
Dennis Eichhorn 2016-09-15 16:22:55 +02:00
parent c610b6a0ce
commit 0fd291c0ca

View File

@ -23,7 +23,6 @@
*/ */
jsOMS.Event.EventManager = function () jsOMS.Event.EventManager = function ()
{ {
this.logger = jsOMS.Log.Logger.getInstance();
this.groups = {}; this.groups = {};
this.callbacks = {}; this.callbacks = {};
}; };