commit 88931ef47c440e36958ff2a1fc1da23c51e640be
parent 5b3351d86ebd2091eb7fea60358357dae355f2b8
Author: Simon Kornblith <simon@simonster.com>
Date: Mon, 30 Jan 2012 02:45:57 -0500
Remove debug code
Diffstat:
1 file changed, 0 insertions(+), 2 deletions(-)
diff --git 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);