Merge pull request #1413 from ZappoMan/bugfixes

CR feedback and remove debug
This commit is contained in:
ZappoMan 2013-12-19 15:41:42 -08:00
commit 979f0936cc
2 changed files with 2 additions and 2 deletions

View file

@ -128,7 +128,7 @@ bool ParticleTreeElement::containsParticle(const Particle& particle) const {
}
bool ParticleTreeElement::updateParticle(const Particle& particle) {
const bool wantDebug = true;
const bool wantDebug = false;
uint16_t numberOfParticles = _particles.size();
for (uint16_t i = 0; i < numberOfParticles; i++) {
if (_particles[i].getID() == particle.getID()) {