removed debug

This commit is contained in:
ZappoMan 2014-09-12 08:14:28 -07:00
parent 54ef5d4698
commit 4bce7f8c0b

View file

@ -511,7 +511,7 @@ bool EntityItem::isRestingOnSurface() const {
}
void EntityItem::update(const quint64& updateTime) {
bool wantDebug = true;
bool wantDebug = false;
float timeElapsed = (float)(updateTime - _lastUpdated) / (float)(USECS_PER_SECOND);