Include timings in -zoterodebug output

This commit is contained in:
Dan Stillman 2013-11-30 03:16:56 -05:00
parent 6ff0ea6d18
commit 5f1e582b05

View File

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