diff options
author | portix <none@none> | 2012-05-18 02:43:02 +0200 |
---|---|---|
committer | portix <none@none> | 2012-05-18 02:43:02 +0200 |
commit | b1354d1ccb94a53ed684dc0f425b1db46e40cdfd (patch) | |
tree | 903de0f2ce2c7cde96e7fe8ddf6e4005bb9f3419 /scripts | |
parent | 97945d967c3d3b4856788bb41c8d8d5e7dd92a86 (diff) | |
download | dwb-b1354d1ccb94a53ed684dc0f425b1db46e40cdfd.zip |
Execute scripts from commandline
--HG--
branch : scripts
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/lib/signals.js | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/scripts/lib/signals.js b/scripts/lib/signals.js index f254aea9..5d12603b 100644 --- a/scripts/lib/signals.js +++ b/scripts/lib/signals.js @@ -80,7 +80,6 @@ }, "disconnectByName" : { value : function (name) { - io.print(name); if (signals[name] !== null && signals[name] !== undefined) { signals[name] = null; return true; |