Verified Commit 0f76ca5d authored by Grégor JOUET's avatar Grégor JOUET 🔧
Browse files

[API] Remove debug

parent 07b8c71d
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -133,7 +133,7 @@ def get_next_request(queue):
            return None
        return PrintRequest.select().where(PrintRequest.queue_element == qe).get()
    except:
        traceback.print_exc()
        # traceback.print_exc()
        return None