Skip to content

Commit f4d2ee3

Browse files
committed
remove commented out log
1 parent ae17a42 commit f4d2ee3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Assets/FbxExporters/Editor/FbxExporter.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1783,7 +1783,7 @@ protected void ExportAnimationClip (AnimationClip uniAnimClip, GameObject uniRoo
17831783
foreach (var kvp in quaternions) {
17841784
var unityGo = kvp.Key;
17851785
var quat = kvp.Value;
1786-
//Debug.LogWarning ("unity object: " + unityGo.name);
1786+
17871787
FbxNode fbxNode;
17881788
if (!MapUnityObjectToFbxNode.TryGetValue (unityGo, out fbxNode)) {
17891789
Debug.LogError (string.Format ("no FbxNode found for {0}", unityGo.name));

0 commit comments

Comments
 (0)