diff options
author | portix <portix@gmx.net> | 2014-03-11 00:45:03 +0100 |
---|---|---|
committer | portix <portix@gmx.net> | 2014-03-11 00:45:03 +0100 |
commit | 75811f623452aef1eeb0764e5509a417c8877dec (patch) | |
tree | 4eebd939da32e2b24d4b4833e428dbf052d853f8 | |
parent | a996086fd7ee222338073f566c8732b154947c60 (diff) | |
download | dwb-75811f623452aef1eeb0764e5509a417c8877dec.zip |
completion: Removing debug message
-rw-r--r-- | scripts/modules/completion | 1 |
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) { |