You've already forked com.unity.ide.cursor
mirror of
https://github.com/boxqkrtm/com.unity.ide.cursor.git
synced 2026-05-14 14:20:09 +00:00
Update Discovery.cs - remove log
This commit is contained in:
@@ -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))
|
||||
|
||||
Reference in New Issue
Block a user