mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-23 12:42:26 +01:00
Get rid of debugging statements.
This commit is contained in:
@@ -132,9 +132,6 @@ liberator.Completion = function () //{{{
|
||||
lastKey = key;
|
||||
lastObjs = objects;
|
||||
|
||||
liberator.dump("continuing: " + continuing + "\n");
|
||||
liberator.dump("key: " + key + "\nlastKey: " + lastKey + "\n");
|
||||
|
||||
if (!continuing)
|
||||
{
|
||||
compl = [];
|
||||
@@ -286,7 +283,6 @@ liberator.Completion = function () //{{{
|
||||
}
|
||||
|
||||
lastIdx = i;
|
||||
liberator.dump(liberator.util.objectToString(stack.map(function (a) json.encode(a))));
|
||||
}
|
||||
|
||||
this.complete = function (string)
|
||||
@@ -299,7 +295,6 @@ liberator.Completion = function () //{{{
|
||||
}
|
||||
catch (e)
|
||||
{
|
||||
liberator.dump(liberator.util.escapeString(str) + "\n" + e + "\n" + e.stack + "\n");
|
||||
return [0, []];
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user