www

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

commit e979a55c6d6913ffddf01b99f80dccf74496b60d
parent ff9b7bb1ce107ced3f2a0b18ff206b27e7b994d3
Author: Simon Kornblith <simon@simonster.com>
Date:   Sat,  6 Nov 2010 04:58:05 +0000

remove debug code


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

diff --git a/chrome/content/zotero/xpcom/translation/item_local.js b/chrome/content/zotero/xpcom/translation/item_local.js @@ -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));