diff options
author | portix <portix@gmx.net> | 2014-02-24 02:43:23 +0100 |
---|---|---|
committer | portix <portix@gmx.net> | 2014-02-24 02:43:23 +0100 |
commit | 65a69421d9c269a020bd618a9fa9efccfcac528a (patch) | |
tree | 90f07781ecffdd0af38e4114fb145d3663280833 | |
parent | 0b72cf909b03a1f3a0924e55962a5f8a8d9279d7 (diff) | |
download | dwb-65a69421d9c269a020bd618a9fa9efccfcac528a.zip |
Removing debug message from dwb.js.in
-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 a506b38d..b3108345 100644 --- a/scripts/lib/dwb.js.in +++ b/scripts/lib/dwb.js.in @@ -545,7 +545,6 @@ * */ "own" : { value : function() { - io.print("foobarbaz"); this._handles = this._handles.concat(Array.prototype.slice.call(arguments)); io.print(this._handles.length); return this._handles; |