Clean up print statements

This commit is contained in:
Manuel83
2017-10-13 21:50:07 +02:00
parent 7779d00db3
commit a265d3a8cc
16 changed files with 63 additions and 59 deletions
+1 -1
View File
@@ -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)