summaryrefslogtreecommitdiffstats
path: root/Editor
diff options
context:
space:
mode:
Diffstat (limited to 'Editor')
-rw-r--r--Editor/Generate_Animator.cs2
1 files changed, 0 insertions, 2 deletions
diff --git a/Editor/Generate_Animator.cs b/Editor/Generate_Animator.cs
index e1032ca..648921a 100644
--- a/Editor/Generate_Animator.cs
+++ b/Editor/Generate_Animator.cs
@@ -1209,8 +1209,6 @@ namespace YOTS
EditorUtility.SetDirty(mainMenu);
Debug.Log($"Updated existing VRChat menu at: {existingMenuPath}");
}
-
- //Debug.Log($"Generated YOTS submenu at: {yotsSubmenuPath}");
}
public static void GenerateAnimator(string configPath = null, string animatorName = "YOTS_FX", string existingParamsPath = null, string existingMenuPath = null)