From d337ab8c530f96cca5c60dd33f9dc5ce0cb03408 Mon Sep 17 00:00:00 2001 From: Kris Maglione Date: Tue, 7 Oct 2008 05:38:27 +0000 Subject: [PATCH] Get rid of debugging statements. --- content/completion.js | 5 ----- 1 file changed, 5 deletions(-) diff --git a/content/completion.js b/content/completion.js index 8c6ae9fc..4def5823 100644 --- a/content/completion.js +++ b/content/completion.js @@ -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, []]; }