remove accidentally commited debug code

This commit is contained in:
Andrew Meadows 2015-04-14 15:39:24 -07:00
parent 5b81b5b11b
commit 8623a0606c

View file

@ -299,7 +299,6 @@ bool RenderableModelEntityItem::isReadyToComputeShape() {
}
// the model is still being downloaded.
std::cout << "adebug still being downloaded" << std::endl; // adebug
return false;
}
return true;