summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorportix <portix@gmx.net>2014-03-11 00:45:03 +0100
committerportix <portix@gmx.net>2014-03-11 00:45:03 +0100
commit75811f623452aef1eeb0764e5509a417c8877dec (patch)
tree4eebd939da32e2b24d4b4833e428dbf052d853f8
parenta996086fd7ee222338073f566c8732b154947c60 (diff)
downloaddwb-75811f623452aef1eeb0764e5509a417c8877dec.zip
completion: Removing debug message
-rw-r--r--scripts/modules/completion1
1 files changed, 0 insertions, 1 deletions
diff --git a/scripts/modules/completion b/scripts/modules/completion
index f9ca5140..fdfc9ca4 100644
--- a/scripts/modules/completion
+++ b/scripts/modules/completion
@@ -217,7 +217,6 @@ Object.defineProperties(Completion.prototype, {
},
_doUpdate : {
value : function(data) {
- io.print("update");
this._data = data;
var widget = Completion.widget;
if (this._data && this._data.length > 0) {