From 64569f181899ffc2d383d93c2fe0f2aa3d000086 Mon Sep 17 00:00:00 2001 From: Zeno Rogue Date: Thu, 16 May 2024 21:42:49 +0200 Subject: [PATCH] debug removed --- racing.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/racing.cpp b/racing.cpp index 1a74ec2c..2c7fae59 100644 --- a/racing.cpp +++ b/racing.cpp @@ -1041,7 +1041,6 @@ void race_projection() { dialog::add_action([] () { dialog::editMatrix(race_angle.get(), XLAT("race angle"), "", GDIM); auto& d = dialog::get_di(); - println(hlog, format("d = %p", &d)); auto q = rot_inverse(race_angle) * pconf.mori(); auto last = d.reaction; d.reaction = [q, last] () {