From 2d23c35e626d2c42b4a80f5d22d9134f356241c3 Mon Sep 17 00:00:00 2001 From: Laurent Soucasse <135331272+lsoucasse@users.noreply.github.com> Date: Wed, 21 Aug 2024 18:07:54 +0200 Subject: [PATCH] Delete bugging log. --- start_proteus.py | 4 ---- 1 file changed, 4 deletions(-) diff --git a/start_proteus.py b/start_proteus.py index 92aa684b..0bf9a467 100755 --- a/start_proteus.py +++ b/start_proteus.py @@ -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])