瀏覽代碼

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;