You've already forked com.unity.ide.cursor
mirror of
https://github.com/boxqkrtm/com.unity.ide.cursor.git
synced 2026-05-15 06:40:08 +00:00
chore: remove too verbose log
This commit is contained in:
@@ -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))
|
||||
|
||||
Reference in New Issue
Block a user