remove debug statement

This commit is contained in:
Simon Kornblith 2009-04-09 05:55:27 +00:00
parent 7f8fe0ce78
commit c351486ed2

View file

@ -403,7 +403,6 @@ var ZoteroPane = new function()
function _setFullWindowMode(set) {
// hide or show navigation toolbars
var toolbox = getNavToolbox();
Zotero.debug(toolbarCollapseState);
if(set) {
// the below would be a good thing to do if the whole title bar (and not just the center
// part) got updated when it happened...