Skip to content

Commit

Permalink
- remove debug statement
Browse files Browse the repository at this point in the history
  • Loading branch information
fbergmann committed Mar 9, 2022
1 parent 60499d3 commit f459f40
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pyenzyme/thinlayers/TL_Copasi.py
Original file line number Diff line number Diff line change
Expand Up @@ -318,7 +318,6 @@ def update_enzymeml_doc(self):
name = obj.getObjectName() if obj.getObjectType(
) != 'Reference' else obj.getObjectParent().getObjectName()
value = results.get(i)
log.debug(name, value)

reaction = obj.getObjectAncestor('Reaction')
if reaction is not None:
Expand Down

0 comments on commit f459f40

Please sign in to comment.