remove unneeded logs

This commit is contained in:
David Back 2018-12-21 18:00:30 -08:00
parent 1b98944caa
commit a3206c84f2
2 changed files with 1 additions and 8 deletions

View file

@ -171,14 +171,7 @@ class AvatarExporter : MonoBehaviour {
if (!SetJointMappingsAndParentNames()) {
return;
}
//var textures = AssetDatabase.LoadAllAssetsAtPath(assetPath).Where(x => x.GetType() == typeof(Texture));
var tests = AssetDatabase.LoadAllAssetsAtPath(assetPath);
Debug.Log("assetPath " + assetPath);
foreach (var test in tests) {
Debug.Log("test " + test.GetType());
}
string documentsFolder = System.Environment.GetFolderPath(System.Environment.SpecialFolder.MyDocuments);
string hifiFolder = documentsFolder + "\\High Fidelity Projects";
if (updateAvatar) { // Update Existing Avatar menu option