From c11a364f5a48b69c13cdf094ed9ec078c7968f54 Mon Sep 17 00:00:00 2001 From: Dan Mills Date: Tue, 23 Dec 2008 11:23:10 -0800 Subject: [PATCH] remove accidentally committed logging calls --- services/sync/modules/engines/history.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/services/sync/modules/engines/history.js b/services/sync/modules/engines/history.js index bcdf9f690704..0b6ae45f7f54 100644 --- a/services/sync/modules/engines/history.js +++ b/services/sync/modules/engines/history.js @@ -193,9 +193,7 @@ HistoryStore.prototype = { "LIMIT 1 " + ") " + "LIMIT 1"); - this._log.trace("_urlStm 1"); this.__defineGetter__("_urlStm", function() stm); - this._log.trace("_urlStm 2"); return stm; },