Browse Source

Remove print statement

JoostSijm 5 years ago
parent
commit
5e2a3d2a6b
1 changed files with 0 additions and 2 deletions
  1. 0 2
      app/flaskr.py

+ 0 - 2
app/flaskr.py

@@ -204,10 +204,8 @@ def api_post(url_path):
 
     alt = request.args.get('alt')
     if alt:
-        print('alt')
         result = alt_rrclient.post(url_path, data=data)
     else:
-        print('no alt')
         result = rrclient.post(url_path, data=data)
 
     log.succes = True