commit c351486ed26b69aa24be74b4757608f54488122b
parent 7f8fe0ce7845680faa3989355c15494f55d9d0c2
Author: Simon Kornblith <simon@simonster.com>
Date: Thu, 9 Apr 2009 05:55:27 +0000
remove debug statement
Diffstat:
1 file changed, 0 insertions(+), 1 deletion(-)
diff --git 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...