From 88931ef47c440e36958ff2a1fc1da23c51e640be Mon Sep 17 00:00:00 2001 From: Simon Kornblith Date: Mon, 30 Jan 2012 02:45:57 -0500 Subject: [PATCH] Remove debug code --- chrome/content/zotero/xpcom/integration.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/chrome/content/zotero/xpcom/integration.js b/chrome/content/zotero/xpcom/integration.js index c24bb6f4e..b5eadf3c1 100644 --- a/chrome/content/zotero/xpcom/integration.js +++ b/chrome/content/zotero/xpcom/integration.js @@ -520,8 +520,6 @@ Zotero.Integration = new function() { event.format = 32; event.l0 = 2; var mask = 1<<20 /* SubstructureRedirectMask */ | 1<<19 /* SubstructureNotifyMask */; - Zotero.debug(event.toSource()); - Zotero.debug([_x11Display, rootWindow, 0, mask, event.address()]); if(XSendEvent(_x11Display, rootWindow, 0, mask, event.address())) { XMapRaised(_x11Display, x11Window);