mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-08 07:27:29 -06:00
SliceInfo: Removing debug code
This commit is contained in:
parent
4bc5883ad7
commit
3ea11d3063
1 changed files with 0 additions and 3 deletions
|
@ -98,9 +98,6 @@ class SliceInfo(Extension):
|
|||
else:
|
||||
Logger.log("i", "No data found in %s to be serialized!", container_id)
|
||||
|
||||
for key in submitted_data.keys():
|
||||
print("%s -> %s" %(key, submitted_data[key]))
|
||||
|
||||
# Convert data to bytes
|
||||
submitted_data = urllib.parse.urlencode(submitted_data)
|
||||
binary_data = submitted_data.encode("utf-8")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue