Skip to content

Commit

Permalink
Delete bugging log.
Browse files Browse the repository at this point in the history
  • Loading branch information
lsoucasse committed Aug 21, 2024
1 parent 488e355 commit 2d23c35
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions start_proteus.py
Original file line number Diff line number Diff line change
Expand Up @@ -497,10 +497,6 @@ def main():
# update total elemental inventory
solvevol_target[e] = esc_m

# print info to user
log.debug(" escape %s: m=%.2e kg, dm=%.2e (%.3f%%)"%
(e, esc_m, esc_dm, 100*esc_dm/esc_m))

# do not allow negative masses
solvevol_target[e] = max(0.0, solvevol_target[e])

Expand Down

0 comments on commit 2d23c35

Please sign in to comment.