Skip to content
This repository was archived by the owner on Dec 5, 2024. It is now read-only.

Commit 3ddcdd3

Browse files
committed
Take out debug menu
1 parent 0f95620 commit 3ddcdd3

File tree

1 file changed

+0
-6
lines changed
  • src/UnityExtension/Assets/Editor/GitHub.Unity/UI

1 file changed

+0
-6
lines changed

src/UnityExtension/Assets/Editor/GitHub.Unity/UI/Window.cs

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -55,12 +55,6 @@ class Window : BaseWindow
5555
[SerializeField] private float appManagerProgressValue;
5656
[SerializeField] private string appManagerProgressMessage;
5757

58-
[MenuItem("GitHub/Select")]
59-
public static void Select()
60-
{
61-
Selection.activeObject = SceneView.currentDrawingSceneView;
62-
}
63-
6458
[MenuItem(Menu_Window_GitHub)]
6559
public static void Window_GitHub()
6660
{

0 commit comments

Comments
 (0)