You've already forked com.unity.ide.cursor
mirror of
https://github.com/boxqkrtm/com.unity.ide.cursor.git
synced 2026-05-14 22:30:10 +00:00
Update Discovery.cs - remove log
This commit is contained in:
@@ -6,7 +6,6 @@
|
|||||||
|
|
||||||
using System.Collections.Generic;
|
using System.Collections.Generic;
|
||||||
using System.IO;
|
using System.IO;
|
||||||
using UnityEngine;
|
|
||||||
|
|
||||||
namespace Microsoft.Unity.VisualStudio.Editor
|
namespace Microsoft.Unity.VisualStudio.Editor
|
||||||
{
|
{
|
||||||
@@ -24,7 +23,6 @@ namespace Microsoft.Unity.VisualStudio.Editor
|
|||||||
{
|
{
|
||||||
try
|
try
|
||||||
{
|
{
|
||||||
Debug.Log(editorPath);
|
|
||||||
if (VisualStudioCursorInstallation.TryDiscoverInstallation(editorPath, out installation))
|
if (VisualStudioCursorInstallation.TryDiscoverInstallation(editorPath, out installation))
|
||||||
return true;
|
return true;
|
||||||
if (VisualStudioCodiumInstallation.TryDiscoverInstallation(editorPath, out installation))
|
if (VisualStudioCodiumInstallation.TryDiscoverInstallation(editorPath, out installation))
|
||||||
|
|||||||
Reference in New Issue
Block a user