Skip to content

Commit

Permalink
remove print
Browse files Browse the repository at this point in the history
  • Loading branch information
Grace Guo committed Mar 8, 2018
1 parent 8e0ba8d commit bd9ecbe
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions superset/jinja_context.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,6 @@ def url_param(param, default=None):
:param default: the value to return in the absence of the parameter
:type default: str
"""
print('request args', request.args)
print('request form', request.form)
if request.args.get(param):
return request.args.get(param, default)
# Supporting POST as well as get
Expand Down

0 comments on commit bd9ecbe

Please sign in to comment.