Quellcode durchsuchen

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

Harald Csaszar vor 3 Jahren
Ursprung
Commit
4cb0f16ae6

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