Skip to content

Commit

Permalink
umu_run: remove debug statement
Browse files Browse the repository at this point in the history
  • Loading branch information
R1kaB3rN committed Jul 18, 2024
1 parent 06e0468 commit 0b730c8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion umu/umu_run.py
Original file line number Diff line number Diff line change
Expand Up @@ -444,7 +444,6 @@ def build_command(
def get_window_client_ids(d: display.Display) -> list[str]:
"""Get the list of new client windows under the root window."""
try:
log.debug("Waiting for new child windows")
event: AnyEvent = d.next_event()

if event.type == X.CreateNotify:
Expand Down

0 comments on commit 0b730c8

Please sign in to comment.