mirror of
https://github.com/moparisthebest/uinput-mapper
synced 2025-02-07 10:30:12 -05:00
Remove debug statement.
This commit is contained in:
parent
a0c79ee086
commit
186b9cca92
@ -49,5 +49,3 @@ class uinput_user_dev(ctypes.Structure):
|
|||||||
("absfuzz", ctypes.c_int32 * linux_input.ABS_CNT),
|
("absfuzz", ctypes.c_int32 * linux_input.ABS_CNT),
|
||||||
("absflac", ctypes.c_int32 * linux_input.ABS_CNT)
|
("absflac", ctypes.c_int32 * linux_input.ABS_CNT)
|
||||||
]
|
]
|
||||||
|
|
||||||
print 'SIZEOF:', ctypes.sizeof(uinput_user_dev)
|
|
||||||
|
Loading…
Reference in New Issue
Block a user