From dfa3a1482009b777fde89a69853e61fe79fcabd6 Mon Sep 17 00:00:00 2001 From: Andrey Sidorov Date: Sun, 11 Sep 2011 23:11:28 +1000 Subject: [PATCH] some debug dump removed --- lib/x11/ext/xtest.js | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/x11/ext/xtest.js b/lib/x11/ext/xtest.js index e686613..f4de80e 100644 --- a/lib/x11/ext/xtest.js +++ b/lib/x11/ext/xtest.js @@ -33,7 +33,6 @@ exports.requireExt = function(display, callback) ext.FakeInput = function( type, keycode, time, wid, x, y ) { X.seq_num++; - console.log([X.seq_num, 'CCSCCxxLLxxxxxxxxssxxxxxxxx', [ext.majorOpcode, 2, 9, type, keycode, time, wid, x, y]]); X.pack_stream.pack('CCSCCxxLLxxxxxxxxssxxxxxxxx', [ext.majorOpcode, 2, 9, type, keycode, time, wid, x, y]); X.pack_stream.flush(); }