diff --git a/common/modules/commands.jsm b/common/modules/commands.jsm index 5ceb25eb..459d4d8c 100644 --- a/common/modules/commands.jsm +++ b/common/modules/commands.jsm @@ -510,7 +510,6 @@ var CommandHive = Class("CommandHive", Contexts.Hive, { /** @property {Iterator(Command)} @private */ __iterator__: function __iterator__() { - util.dumpStack("ITERATOR!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! eleventy one eleven!"); if (this.cached) this.modules.initDependencies("commands"); this.cached = false;