From c14987c13bc6fe3ab05f429652e13ac3520ff764 Mon Sep 17 00:00:00 2001 From: boxqkrtm <9902abcd@gmail.com> Date: Sun, 2 Nov 2025 14:24:15 +0900 Subject: [PATCH] chore: remove too verbose log --- Editor/ProcessRunner.cs | 2 -- 1 file changed, 2 deletions(-) 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))