From ebd7df386275ff77e02b31ee285123d61d842895 Mon Sep 17 00:00:00 2001 From: Simon Kornblith Date: Tue, 1 Mar 2011 06:14:13 +0000 Subject: [PATCH] remove debug code --- chrome/content/zotero/xpcom/integration.js | 1 - 1 file changed, 1 deletion(-) diff --git a/chrome/content/zotero/xpcom/integration.js b/chrome/content/zotero/xpcom/integration.js index 27ea9325b..ec30655cd 100644 --- a/chrome/content/zotero/xpcom/integration.js +++ b/chrome/content/zotero/xpcom/integration.js @@ -449,7 +449,6 @@ Zotero.Integration = new function() { if(!_winUser32) { Components.utils.import("resource://gre/modules/ctypes.jsm"); var lib = ctypes.open("user32.dll"); - Zotero.debug([i for(i in ctypes)]); _winUser32 = new function() { this.FindWindow = lib.declare("FindWindowW", ctypes.default_abi, ctypes.int32_t, ctypes.ustring, ctypes.ustring);