From c2b0c6e41e39af42c2a314d298f36337612cd875 Mon Sep 17 00:00:00 2001 From: lisyarus Date: Fri, 4 Dec 2020 14:53:26 +0300 Subject: [PATCH] Remove obsolete debugging code --- libs/phys/source/engine_2d.cpp | 6 ------ 1 file changed, 6 deletions(-) diff --git a/libs/phys/source/engine_2d.cpp b/libs/phys/source/engine_2d.cpp index 751d443c..13902dda 100644 --- a/libs/phys/source/engine_2d.cpp +++ b/libs/phys/source/engine_2d.cpp @@ -611,12 +611,6 @@ namespace psemek::phys2d break; } - if (c.gi == 1 && c.gj == 1) - { - int fuck = 42; - (void)fuck; - } - auto const & infoi = groups[c.gi].infos[c.i]; auto const & infoj = groups[c.gj].infos[c.j];