Skip to content

Commit

Permalink
#145: Remove logging statement from development work
Browse files Browse the repository at this point in the history
  • Loading branch information
MRichards99 committed Oct 9, 2020
1 parent 8c8a241 commit 8e046f6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion common/icat/helpers.py
Original file line number Diff line number Diff line change
Expand Up @@ -764,7 +764,6 @@ def create_entities(client, table_name, data):
setattr(new_entity, attribute_name, value)
else:
# This means the attribute has a relationship with another object
log.debug(f"Entity Info: {entity_info}")
try:
related_object = client.get(entity_info.type, value)
except ICATNoObjectError as e:
Expand Down

0 comments on commit 8e046f6

Please sign in to comment.