Skip to content

Commit

Permalink
fix(output): remove leftover diagnostic alerts (#75)
Browse files Browse the repository at this point in the history
  • Loading branch information
drahamim authored Oct 31, 2023
1 parent eb7387e commit 4aeef00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/invenflask/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ def edit_asset(id):
conn.execute('UPDATE assets SET asset_type = ?, asset_status = ?'
' WHERE id = ?', (asset_type, asset_status, id))
conn.commit()
flash("YOU WANKER")
# flash("YOU WANKER")
return redirect(url_for('status'))
if request.method == 'GET':
conn = get_db()
Expand Down

0 comments on commit 4aeef00

Please sign in to comment.