remove debug code

This commit is contained in:
Simon Kornblith 2010-11-06 04:58:05 +00:00
parent ff9b7bb1ce
commit e979a55c6d

View file

@ -289,7 +289,6 @@ Zotero.Translate.ItemSaver.prototype = {
if(attachment.snapshot === false || !this._saveFiles) {
// if snapshot is explicitly set to false, attach as link
if(attachment.document) {
Zotero.debug("mime type is "+attachment.document.contentType);
Zotero.Attachments.linkFromURL(attachment.document.location.href, parentID,
(attachment.mimeType ? attachment.mimeType : attachment.document.contentType),
(attachment.title ? attachment.title : attachment.document.title));