From c351486ed26b69aa24be74b4757608f54488122b Mon Sep 17 00:00:00 2001 From: Simon Kornblith Date: Thu, 9 Apr 2009 05:55:27 +0000 Subject: [PATCH] remove debug statement --- chrome/content/zotero/overlay.js | 1 - 1 file changed, 1 deletion(-) diff --git a/chrome/content/zotero/overlay.js b/chrome/content/zotero/overlay.js index cb3c31e13e..3ac7275386 100644 --- a/chrome/content/zotero/overlay.js +++ b/chrome/content/zotero/overlay.js @@ -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...