소스 검색

Conflict watcher updated

Syed zainul abedin 1 개월 전
부모
커밋
6a4b1e2823
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  1. 0 1
      Assets/GitMerge/Editor/ConflictWatcher.cs

+ 0 - 1
Assets/GitMerge/Editor/ConflictWatcher.cs

@@ -37,7 +37,6 @@ namespace GitMerge
         var path = e.FullPath;
         var relativePath = "Assets" + path.Substring(Application.dataPath.Length);
         
-        Debug.Log(relativePath);
         if (!path.EndsWith(".unity") && !path.EndsWith(".prefab")) return;
         // Found it
         UnityEngine.Object asset;