Skip to content

Commit a912168

Browse files
committed
Remove debug print
1 parent 32bfb5d commit a912168

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

plover/oslayer/linux/keyboardcontrol_uinput.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -429,7 +429,6 @@ class KeyboardCapture(Capture):
429429
_device_thread_write_pipe: int | None
430430

431431
def __init__(self):
432-
print("init")
433432
super().__init__()
434433
self._devices = self._get_devices()
435434
self._running = False

0 commit comments

Comments
 (0)