Remove debug print statements from user and admin blueprints

This commit is contained in:
Jeremy Zhang
2017-09-14 05:23:28 +00:00
parent 7803d83ad0
commit fff737cec3
3 changed files with 1 additions and 2 deletions

View File

@ -178,7 +178,6 @@ def update_administrate_guild(guild_id):
if webhook_icon != None and webhook_icon.strip() == "":
webhook_icon = None
db_guild.webhook_icon = webhook_icon
print(webhook_icon)
db.session.commit()
return jsonify(
id=db_guild.id,