mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-14 03:55:56 +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:
|
def __readCommands(self, connection: QLocalSocket) -> None:
|
||||||
line = connection.readLine()
|
line = connection.readLine()
|
||||||
print(f"line is {line}")
|
|
||||||
while len(line) != 0: # There is also a .canReadLine()
|
while len(line) != 0: # There is also a .canReadLine()
|
||||||
try:
|
try:
|
||||||
payload = json.loads(str(line, encoding = "ascii").strip())
|
payload = json.loads(str(line, encoding = "ascii").strip())
|
||||||
|
Loading…
x
Reference in New Issue
Block a user