www

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

commit 18025da6a34e36437fe605965d0bf06f8194c52d
parent 303f980954ad9bf24c7adcfbc68e0a1a620faabe
Author: Simon Kornblith <simon@simonster.com>
Date:   Sun, 20 Jun 2010 19:13:20 +0000

remove debug code


Diffstat:
Mchrome/content/zotero/xpcom/integration.js | 2--
1 file changed, 0 insertions(+), 2 deletions(-)

diff --git a/chrome/content/zotero/xpcom/integration.js b/chrome/content/zotero/xpcom/integration.js @@ -183,8 +183,6 @@ Zotero.Integration = new function() { // Try to create a new document; otherwise display an error using the alert service try { - Zotero.debug(application.getDocument); - Zotero.debug(docId); var document = (application.getDocument && docId ? application.getDocument(docId) : application.getActiveDocument()); var integration = new Zotero.Integration.Document(application, document); } catch(e) {