SliceInfo: Removing debug code

This commit is contained in:
Thomas Karl Pietrowski 2016-06-22 14:35:19 +02:00
parent 4bc5883ad7
commit 3ea11d3063

View file

@ -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")