mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-11 04:09:01 +08:00
SliceInfo: Removing debug code
This commit is contained in:
parent
4bc5883ad7
commit
3ea11d3063
@ -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…
x
Reference in New Issue
Block a user