mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-14 10:17:52 -06:00
Removed stray debug print
CL-894
This commit is contained in:
parent
ef00550df6
commit
af4b7c38c7
1 changed files with 0 additions and 1 deletions
|
@ -403,7 +403,6 @@ class ClusterUM3OutputDevice(NetworkedPrinterOutputDevice):
|
||||||
|
|
||||||
def _onGetPreviewImageFinished(self, reply: QNetworkReply) -> None:
|
def _onGetPreviewImageFinished(self, reply: QNetworkReply) -> None:
|
||||||
reply_url = reply.url().toString()
|
reply_url = reply.url().toString()
|
||||||
print(reply_url)
|
|
||||||
|
|
||||||
uuid = reply_url[reply_url.find("print_jobs/")+len("print_jobs/"):reply_url.rfind("/preview_image")]
|
uuid = reply_url[reply_url.find("print_jobs/")+len("print_jobs/"):reply_url.rfind("/preview_image")]
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue