Remove obsolete debugging code
This commit is contained in:
parent
2e81763d5a
commit
c2b0c6e41e
1 changed files with 0 additions and 6 deletions
|
|
@ -611,12 +611,6 @@ namespace psemek::phys2d
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (c.gi == 1 && c.gj == 1)
|
|
||||||
{
|
|
||||||
int fuck = 42;
|
|
||||||
(void)fuck;
|
|
||||||
}
|
|
||||||
|
|
||||||
auto const & infoi = groups[c.gi].infos[c.i];
|
auto const & infoi = groups[c.gi].infos[c.i];
|
||||||
auto const & infoj = groups[c.gj].infos[c.j];
|
auto const & infoj = groups[c.gj].infos[c.j];
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue