Skip to content
This repository was archived by the owner on Jan 9, 2021. It is now read-only.

Commit

Permalink
Debug statement was removed from http router.
Browse files Browse the repository at this point in the history
  • Loading branch information
1995parham committed Oct 30, 2016
1 parent f89bb68 commit ba8ae6d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion yepc/http/route.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@ def root_handler():
@app.route('/lex', methods=['POST'])
def lex_handler():
data = flask.request.form['text']
print(data)
result = []

l = lexer.build()
Expand Down

0 comments on commit ba8ae6d

Please sign in to comment.