From b0c27a67ed4081df8ab41902dc330222a8ea52bb Mon Sep 17 00:00:00 2001 From: Lukas Winkler Date: Mon, 13 Sep 2021 15:55:42 +0200 Subject: [PATCH] remove unneeded log --- merge.py | 1 - 1 file changed, 1 deletion(-) diff --git a/merge.py b/merge.py index e0da492..22a3cd2 100644 --- a/merge.py +++ b/merge.py @@ -60,7 +60,6 @@ def merge_particles(sim_p: POINTER_REB_SIM, collision: reb_collision, ed: ExtraD print("colliding") sim: Simulation = sim_p.contents print("current time step", sim.dt) - print("mode", sim.ri_mercurius.mode) print(f"p1 is {collision.p1}") print(f"p2 is {collision.p2}") # the assignment to cp1 or cp2 seems to be random