remove debug line
This commit is contained in:
parent
40e0c6fee6
commit
d0017c875a
1 changed files with 0 additions and 1 deletions
|
@ -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));
|
||||
|
|
Loading…
Reference in a new issue