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:
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user