Skip to content

Commit

Permalink
Removed debug statement
Browse files Browse the repository at this point in the history
  • Loading branch information
DuckBoss committed Jun 14, 2020
1 parent d4b93b3 commit f057c63
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion JJMumbleBot/lib/utils/database_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -363,7 +363,6 @@ def delete_alias(db_conn, alias_id: int = None, alias_name: str = None, ignore_f
save_memory_db(db_conn)
if not ignore_file_save:
save_memory_db_to_file()
print(db_conn.cursor().rowcount)
if alias_id is not None:
if GetDB.get_alias(db_cursor=db_conn.cursor(), alias_id=alias_id) is None:
dprint(f"Deleted alias in the database: {alias_id}",
Expand Down

0 comments on commit f057c63

Please sign in to comment.