mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-02-04 09:55:45 +01:00
Ditch some dump()s.
This commit is contained in:
@@ -917,7 +917,6 @@ Module.INIT = {
|
||||
module = objs[i] = Object.create(module);
|
||||
|
||||
modules.jsmodules[this.constructor.className] = module;
|
||||
util.dump(" ====================================== INIT " + this.constructor.className + " ====================================== ");
|
||||
locals.reverse().forEach(function (fn, i) update(objs[i], fn.apply(module, args)))
|
||||
module.instance = module;
|
||||
module.init();
|
||||
|
||||
Reference in New Issue
Block a user