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