mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-14 01:15:51 +08:00
SliceInfo: Removing debug code
This commit is contained in:
parent
4bc5883ad7
commit
3ea11d3063
@ -98,9 +98,6 @@ class SliceInfo(Extension):
|
|||||||
else:
|
else:
|
||||||
Logger.log("i", "No data found in %s to be serialized!", container_id)
|
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
|
# Convert data to bytes
|
||||||
submitted_data = urllib.parse.urlencode(submitted_data)
|
submitted_data = urllib.parse.urlencode(submitted_data)
|
||||||
binary_data = submitted_data.encode("utf-8")
|
binary_data = submitted_data.encode("utf-8")
|
||||||
|
Loading…
x
Reference in New Issue
Block a user