mirror of
https://github.com/Manuel83/craftbeerpi3
synced 2026-09-19 15:59:07 +02:00
Clean up print statements
This commit is contained in:
@@ -15,7 +15,7 @@ class ActionView(FlaskView):
|
||||
200:
|
||||
description: action invoked
|
||||
"""
|
||||
print self.cbpi.cache["actions"]
|
||||
|
||||
self.cbpi.cache["actions"][action]["function"](self.cbpi)
|
||||
|
||||
return ('',204)
|
||||
|
||||
Reference in New Issue
Block a user