www

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | Submodules | README | LICENSE

commit d0017c875a71e7803474186a186bae72107f6f87
parent 40e0c6fee63685472aa179a0bccac7eb333cd160
Author: Simon Kornblith <simon@simonster.com>
Date:   Tue, 14 Jun 2011 04:05:11 +0000

remove debug line


Diffstat:
Mchrome/content/zotero/browser.js | 1-
1 file changed, 0 insertions(+), 1 deletion(-)

diff --git a/chrome/content/zotero/browser.js b/chrome/content/zotero/browser.js @@ -766,7 +766,6 @@ Zotero_Browser.Tab.prototype.translate = function(libraryID, collectionID) { Zotero_Browser.Tab.prototype.getCaptureIcon = function() { if(this.page.translators && this.page.translators.length) { var itemType = this.page.translators[0].itemType; - Zotero.debug("want capture icon for "+itemType); return (itemType === "multiple" ? "chrome://zotero/skin/treesource-collection.png" : Zotero.ItemTypes.getImageSrc(itemType));