Parcourir la source

Removed debug print.

Lasse Öörni il y a 12 ans
Parent
commit
370e3cacb6
1 fichiers modifiés avec 0 ajouts et 1 suppressions
  1. 0 1
      Tools/AssetImporter/AssetImporter.cpp

+ 0 - 1
Tools/AssetImporter/AssetImporter.cpp

@@ -445,7 +445,6 @@ void ExportModel(const String& outName)
     BuildAndSaveModel(model);
     BuildAndSaveModel(model);
     if (!noAnimations_)
     if (!noAnimations_)
     {
     {
-        PrintLine("Scene has " + String(scene_->mNumAnimations) + " animations");
         CollectAnimations(&model);
         CollectAnimations(&model);
         BuildAndSaveAnimations(&model);
         BuildAndSaveAnimations(&model);