www

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | Submodules | README | LICENSE

commit 5f1e582b05899f1393eae73d68b26544c778f079
parent 6ff0ea6d186b3c5158f87cd522ec72d648eb2258
Author: Dan Stillman <dstillman@zotero.org>
Date:   Sat, 30 Nov 2013 03:16:56 -0500

Include timings in -zoterodebug output

Diffstat:
Mchrome/content/zotero/xpcom/debug.js | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/chrome/content/zotero/xpcom/debug.js b/chrome/content/zotero/xpcom/debug.js @@ -34,7 +34,7 @@ Zotero.Debug = new function () { Zotero.Prefs.set('debug.store', false); } _level = Zotero.Prefs.get('debug.level'); - _time = Zotero.Prefs.get('debug.time'); + _time = forceDebugLog || Zotero.Prefs.get('debug.time'); _stackTrace = Zotero.Prefs.get('debug.stackTrace'); this.storing = _store;