Remove print statement tripping up in httpd

This commit is contained in:
Florian Festi 2016-05-22 12:18:23 +02:00
parent a903a8dfcf
commit 6a0842805f
1 changed files with 0 additions and 1 deletions

View File

@ -170,7 +170,6 @@ flex cuts, holes and slots for screws and more high level functions.
name, self.boxes["TrayLayout2"], action="TrayLayout2")
if name == "TrayLayout2":
try:
print(urllib.parse.unquote_plus(box.layout))
box.parse(urllib.parse.unquote_plus(box.layout).split("\n"))
except Exception as e:
raise