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