some debug dump removed

This commit is contained in:
Andrey Sidorov 2011-09-11 23:11:28 +10:00
parent 0073aec478
commit dfa3a14820

View file

@ -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();
}