diff --git a/chrome/content/zotero/xpcom/debug.js b/chrome/content/zotero/xpcom/debug.js index d88d48e30..8da623f7d 100644 --- a/chrome/content/zotero/xpcom/debug.js +++ b/chrome/content/zotero/xpcom/debug.js @@ -62,7 +62,8 @@ Zotero.Debug = new function () { break; } } - else if (typeof message != 'string') { + + if (typeof message != 'string') { message = Zotero.Utilities.varDump(message); }