mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-12 03:38:59 +08:00
remove debug statement
CURA-11596
This commit is contained in:
parent
206b530724
commit
313a7f7068
@ -83,7 +83,6 @@ class SingleInstance:
|
||||
connection = self._single_instance_server.nextPendingConnection()
|
||||
|
||||
if connection is not None:
|
||||
x = self.__readCommands(connection)
|
||||
connection.readyRead.connect(lambda c = connection: self.__readCommands(c))
|
||||
|
||||
def __readCommands(self, connection: QLocalSocket) -> None:
|
||||
|
Loading…
x
Reference in New Issue
Block a user