SL-233 FIX - removed some surplus log files.

master
Brad Payne (Vir Linden) 2015-10-02 09:04:04 -04:00
parent 6c422a8814
commit 4588616d0d
1 changed files with 2 additions and 2 deletions

View File

@ -789,12 +789,12 @@ void LLMotionController::updateLoadingMotions()
mLoadingMotions.erase(curiter);
// add motion to our loaded motion list
mLoadedMotions.insert(motionp);
// FIXME SO MUCH DUMP
// FIXME BENTO SO MUCH DUMP
{
LLKeyframeMotion *km = dynamic_cast<LLKeyframeMotion*>(motionp);
if (km)
{
km->dumpToFile("");
//km->dumpToFile("");
}
}
// this motion should be playing