From 24b714c4711baeb40529863f36125bd01629b0ed Mon Sep 17 00:00:00 2001 From: whitetac <9902abcd@gmail.com> Date: Fri, 31 May 2024 10:52:00 +0900 Subject: [PATCH] Update Discovery.cs - remove log --- Editor/Discovery.cs | 2 -- 1 file changed, 2 deletions(-) diff --git a/Editor/Discovery.cs b/Editor/Discovery.cs index 06c1a45..9ec4a5c 100644 --- a/Editor/Discovery.cs +++ b/Editor/Discovery.cs @@ -6,7 +6,6 @@ using System.Collections.Generic; using System.IO; -using UnityEngine; namespace Microsoft.Unity.VisualStudio.Editor { @@ -24,7 +23,6 @@ namespace Microsoft.Unity.VisualStudio.Editor { try { - Debug.Log(editorPath); if (VisualStudioCursorInstallation.TryDiscoverInstallation(editorPath, out installation)) return true; if (VisualStudioCodiumInstallation.TryDiscoverInstallation(editorPath, out installation))