Skip to content

Commit

Permalink
Fix debug print in PLNT causing lag
Browse files Browse the repository at this point in the history
  • Loading branch information
jacob1 committed Feb 12, 2018
1 parent 1237b49 commit 257fe6f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/simulation/elements/PLNT.cpp
Expand Up @@ -48,12 +48,10 @@ Element_PLNT::Element_PLNT()
Graphics = &Element_PLNT::graphics;
}

#include <iostream>
//#TPT-Directive ElementHeader Element_PLNT static int update(UPDATE_FUNC_ARGS)
int Element_PLNT::update(UPDATE_FUNC_ARGS)
{
int r, rx, ry, np, rndstore;
std::cout << PMAPBITS << ", " << PMAPMASK << std::endl;
for (rx=-1; rx<2; rx++)
for (ry=-1; ry<2; ry++)
if (BOUNDS_CHECK && (rx || ry))
Expand Down

0 comments on commit 257fe6f

Please sign in to comment.