diff options
author | portix <portix@gmx.net> | 2014-02-24 02:44:42 +0100 |
---|---|---|
committer | portix <portix@gmx.net> | 2014-02-24 02:44:42 +0100 |
commit | 4ea9879306775fd0d51f97facad1137ca653e267 (patch) | |
tree | 8f7ef21ea87c5c642463b5a6a117073dc2b0ee6e | |
parent | 65a69421d9c269a020bd618a9fa9efccfcac528a (diff) | |
download | dwb-4ea9879306775fd0d51f97facad1137ca653e267.zip |
Another debug message
-rw-r--r-- | scripts/lib/dwb.js.in | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/scripts/lib/dwb.js.in b/scripts/lib/dwb.js.in index b3108345..053bcc4d 100644 --- a/scripts/lib/dwb.js.in +++ b/scripts/lib/dwb.js.in @@ -546,7 +546,6 @@ "own" : { value : function() { this._handles = this._handles.concat(Array.prototype.slice.call(arguments)); - io.print(this._handles.length); return this._handles; } }, |