diff options
author | portix <none@none> | 2012-05-07 10:42:48 +0200 |
---|---|---|
committer | portix <none@none> | 2012-05-07 10:42:48 +0200 |
commit | fde9f2f8717ba9d6332813cae9bab3ca8c1a1bf3 (patch) | |
tree | a1888ac2e3b22f61a94e722e1385f5ed4b0e356e | |
parent | 3d33b06a808f00020538024026c9690f042394b5 (diff) | |
download | dwb-fde9f2f8717ba9d6332813cae9bab3ca8c1a1bf3.zip |
Don't print arguments length when initializing extensions
--HG--
branch : scripts
-rw-r--r-- | scripts/lib/extensions.js | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/scripts/lib/extensions.js b/scripts/lib/extensions.js index da7bf543..5f1f086f 100644 --- a/scripts/lib/extensions.js +++ b/scripts/lib/extensions.js @@ -35,7 +35,6 @@ Object.defineProperties(extensions, { var config, dataBase, pluginPath, plugin = null; var extConfig = null; - io.print(arguments.length); /* Get default config if the config hasn't been read yet */ if (arguments.length == 2) { |