- removed debug stacktrace in ObjectParticleSystemType

This commit is contained in:
Mark Vejvoda 2012-07-18 14:31:56 +00:00
parent 9583307022
commit 63fb9bd2cf
1 changed files with 1 additions and 1 deletions

View File

@ -198,7 +198,7 @@ ObjectParticleSystemType::ObjectParticleSystemType() : UnitParticleSystemType()
ObjectParticleSystemType::~ObjectParticleSystemType() {
if(SystemFlags::VERBOSE_MODE_ENABLED) {
printf("In [%s Line: %d] NEW [%p]\n",__FUNCTION__,__LINE__,this);
printf("%s\n",PlatformExceptionHandler::getStackTrace().c_str());
//printf("%s\n",PlatformExceptionHandler::getStackTrace().c_str());
}
}