Skip to content

Commit

Permalink
Removed testing code
Browse files Browse the repository at this point in the history
  • Loading branch information
Galaktikos committed Jan 6, 2023
1 parent d982626 commit 4c627a7
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Script/Window.cs
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,6 @@ private void OnGUI()

if (GUILayout.Button("Merge"))
{
Debug.Log(GetPathToArmature(MergeArmatureRoot, MainArmatureRoot));

// Input Validation
if (MainArmatureRoot == null || MergeArmatureRoot == null)
{
Expand Down

0 comments on commit 4c627a7

Please sign in to comment.