summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorportix <portix@gmx.net>2014-02-24 02:44:42 +0100
committerportix <portix@gmx.net>2014-02-24 02:44:42 +0100
commit4ea9879306775fd0d51f97facad1137ca653e267 (patch)
tree8f7ef21ea87c5c642463b5a6a117073dc2b0ee6e
parent65a69421d9c269a020bd618a9fa9efccfcac528a (diff)
downloaddwb-4ea9879306775fd0d51f97facad1137ca653e267.zip
Another debug message
-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 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;
}
},