mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-07 05:53:59 -06:00
Removing debug statement
CURA-11596
This commit is contained in:
parent
bb28a7c506
commit
206b530724
1 changed files with 0 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue