summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorportix <portix@gmx.net>2014-02-24 02:43:23 +0100
committerportix <portix@gmx.net>2014-02-24 02:43:23 +0100
commit65a69421d9c269a020bd618a9fa9efccfcac528a (patch)
tree90f07781ecffdd0af38e4114fb145d3663280833
parent0b72cf909b03a1f3a0924e55962a5f8a8d9279d7 (diff)
downloaddwb-65a69421d9c269a020bd618a9fa9efccfcac528a.zip
Removing debug message from dwb.js.in
-rw-r--r--scripts/lib/dwb.js.in1
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;