diff --git a/Editor/ProcessRunner.cs b/Editor/ProcessRunner.cs index e425378..29ace73 100644 --- a/Editor/ProcessRunner.cs +++ b/Editor/ProcessRunner.cs @@ -135,8 +135,6 @@ namespace Microsoft.Unity.VisualStudio.Editor cursorStoragePath = Path.Combine(userProfile, "AppData", "Roaming", "cursor", "User", "workspaceStorage"); #endif - Debug.Log($"[Cursor] Looking for workspaces in: {cursorStoragePath}"); - if (Directory.Exists(cursorStoragePath)) { foreach (var workspaceDir in Directory.GetDirectories(cursorStoragePath))