Skip to content

Commit dcc2f9c

Browse files
committed
Remove debug print statement for current_sn in MainWindow class
1 parent 9d7ed3f commit dcc2f9c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

not1mm/__main__.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1046,7 +1046,6 @@ def check_udp_queue(self):
10461046
# "sn": int or None,
10471047
# }
10481048
self.current_sn = json_data.get("sn")
1049-
print(f"{self.current_sn=}")
10501049
continue
10511050

10521051
if json_data.get("subject") == "HOSTINFO":

0 commit comments

Comments
 (0)