mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-06 00:55:37 +00:00
remove accidentally committed logging calls
This commit is contained in:
parent
d45b559eb4
commit
c11a364f5a
@ -193,9 +193,7 @@ HistoryStore.prototype = {
|
|||||||
"LIMIT 1 " +
|
"LIMIT 1 " +
|
||||||
") " +
|
") " +
|
||||||
"LIMIT 1");
|
"LIMIT 1");
|
||||||
this._log.trace("_urlStm 1");
|
|
||||||
this.__defineGetter__("_urlStm", function() stm);
|
this.__defineGetter__("_urlStm", function() stm);
|
||||||
this._log.trace("_urlStm 2");
|
|
||||||
return stm;
|
return stm;
|
||||||
},
|
},
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user