www

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

commit ebd7df386275ff77e02b31ee285123d61d842895
parent 6124e1571c1064c5363faa30a4d9038293ebfa3b
Author: Simon Kornblith <simon@simonster.com>
Date:   Tue,  1 Mar 2011 06:14:13 +0000

remove debug code


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

diff --git 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);