Fix debug output of objects, which I broke in da09a8df

This commit is contained in:
Dan Stillman 2012-02-21 14:03:07 -05:00
parent 226ec917a6
commit 39fc50913c

View file

@ -62,7 +62,8 @@ Zotero.Debug = new function () {
break;
}
}
else if (typeof message != 'string') {
if (typeof message != 'string') {
message = Zotero.Utilities.varDump(message);
}