Skip to content

Commit

Permalink
comment out un used code
Browse files Browse the repository at this point in the history
  • Loading branch information
chriswebb09 committed Jan 2, 2024
1 parent 908fb80 commit b26565f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions DirectReport/browserview/dashboard/routes.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@ def dashboard_reports_saved():
@bp.route("/reports/new", methods=['GET', 'POST'])
@login_required
def dashboard_reports_new():
if request.method == "POST":
json_data = request.get_json()
# if request.method == "POST":
# json_data = request.get_json()
return render_template('team/teamreport.html', title='Team Report', data=[])


Expand Down

0 comments on commit b26565f

Please sign in to comment.