mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-13 06:19:02 +08:00
Removing debug statement
CURA-11596
This commit is contained in:
parent
bb28a7c506
commit
206b530724
@ -88,7 +88,6 @@ class SingleInstance:
|
||||
|
||||
def __readCommands(self, connection: QLocalSocket) -> None:
|
||||
line = connection.readLine()
|
||||
print(f"line is {line}")
|
||||
while len(line) != 0: # There is also a .canReadLine()
|
||||
try:
|
||||
payload = json.loads(str(line, encoding = "ascii").strip())
|
||||
|
Loading…
x
Reference in New Issue
Block a user