Remove obsolete debugging code

This commit is contained in:
Nikita Lisitsa 2020-12-04 14:53:26 +03:00
parent 2e81763d5a
commit c2b0c6e41e

View file

@ -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];