remove accidentally committed logging calls

This commit is contained in:
Dan Mills 2008-12-23 11:23:10 -08:00
parent d45b559eb4
commit c11a364f5a

View File

@ -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;
},