Skip to content

Commit

Permalink
#241: Remove print statement
Browse files Browse the repository at this point in the history
  • Loading branch information
MRichards99 committed Aug 13, 2021
1 parent 7e89e29 commit c902750
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion datagateway_api/common/database/backend.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@ def ping(self, **kwargs):

try:
inspector = inspect(db.engine)
print(type(inspector))
tables = inspector.get_table_names()
log.debug("Tables on ping: %s", tables)
except SQLAlchemyError as e:
Expand Down

0 comments on commit c902750

Please sign in to comment.