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
@@ -14,6 +14,6 @@ def web(cbpi):
def index():
return s.send_static_file("index.html")
print "REGISTER"
cbpi.addon.core.add_menu_link("JQuery View", "/web_view")
cbpi._app.register_blueprint(s, url_prefix='/web_view')