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