Преглед на файлове

[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);