From 6a0842805fa6f1be371415dbd668e3334adb9515 Mon Sep 17 00:00:00 2001 From: Florian Festi Date: Sun, 22 May 2016 12:18:23 +0200 Subject: [PATCH] Remove print statement tripping up in httpd --- scripts/boxesserver | 1 - 1 file changed, 1 deletion(-) diff --git a/scripts/boxesserver b/scripts/boxesserver index 844d07f..4d7a56b 100755 --- a/scripts/boxesserver +++ b/scripts/boxesserver @@ -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