remove debug line

This commit is contained in:
Simon Kornblith 2011-06-14 04:05:11 +00:00
parent 40e0c6fee6
commit d0017c875a

View file

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