소스 검색

[unity] Minor: removed a debug log statement added in commit 299ab8f.

Harald Csaszar 3 년 전
부모
커밋
4cb0f16ae6
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  1. 0 1
      spine-unity/Assets/Spine/Editor/spine-unity/Editor/Utility/SpineBuildProcessor.cs

+ 0 - 1
spine-unity/Assets/Spine/Editor/spine-unity/Editor/Utility/SpineBuildProcessor.cs

@@ -88,7 +88,6 @@ namespace Spine.Unity.Editor {
 		}
 
 		internal static void PostprocessSpinePrefabMeshes () {
-			Debug.Log("PostprocessSpinePrefabMeshes called");
 			foreach (string assetPath in prefabsToRestore) {
 				GameObject g = AssetDatabase.LoadAssetAtPath<GameObject>(assetPath);
 				SpineEditorUtilities.SetupSpinePrefabMesh(g, null);