From 8aca513a35879c9fc6f3143c4d2d4aa6ac4036e0 Mon Sep 17 00:00:00 2001 From: Edward Lee Date: Thu, 21 Jan 2010 09:59:27 -0800 Subject: [PATCH] Lower tab logging to trace when wrapping tabs. --- services/sync/modules/engines/tabs.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/sync/modules/engines/tabs.js b/services/sync/modules/engines/tabs.js index 8aa3f11141f0..8c1d088ffca4 100644 --- a/services/sync/modules/engines/tabs.js +++ b/services/sync/modules/engines/tabs.js @@ -171,7 +171,7 @@ TabStore.prototype = { return b.lastUsed - a.lastUsed; }).slice(0, 25); record.tabs.forEach(function(tab) { - this._log.debug("Wrapping tab: " + JSON.stringify(tab)); + this._log.trace("Wrapping tab: " + JSON.stringify(tab)); }, this); record.id = id;