1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2025-12-23 09:17:59 +01:00

Remove dump statement. :(

This commit is contained in:
Kris Maglione
2008-11-29 21:21:12 +00:00
parent abbf102a60
commit 2d93e7ab42

View File

@@ -349,7 +349,6 @@ CompletionContext.prototype = {
advance: function advance(count) advance: function advance(count)
{ {
delete this._ignoreCase; delete this._ignoreCase;
liberator.dump(count);
if (this.quote) if (this.quote)
{ {
count = this.quote[0].length + this.quote[1](this.filter.substr(0, count)).length; count = this.quote[0].length + this.quote[1](this.filter.substr(0, count)).length;