зеркало из https://github.com/mozilla/gecko-dev.git
Lower tab logging to trace when wrapping tabs.
This commit is contained in:
Родитель
5c85990e0b
Коммит
8aca513a35
|
@ -171,7 +171,7 @@ TabStore.prototype = {
|
||||||
return b.lastUsed - a.lastUsed;
|
return b.lastUsed - a.lastUsed;
|
||||||
}).slice(0, 25);
|
}).slice(0, 25);
|
||||||
record.tabs.forEach(function(tab) {
|
record.tabs.forEach(function(tab) {
|
||||||
this._log.debug("Wrapping tab: " + JSON.stringify(tab));
|
this._log.trace("Wrapping tab: " + JSON.stringify(tab));
|
||||||
}, this);
|
}, this);
|
||||||
|
|
||||||
record.id = id;
|
record.id = id;
|
||||||
|
|
Загрузка…
Ссылка в новой задаче