From 7386eca0c2c8e34ee6a0d88d99551acb0b0419e8 Mon Sep 17 00:00:00 2001 From: sinaioutlander <49360850+sinaioutlander@users.noreply.github.com> Date: Tue, 15 Dec 2020 19:33:04 +1100 Subject: [PATCH] Update UIManager.cs --- src/UI/UIManager.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/src/UI/UIManager.cs b/src/UI/UIManager.cs index 3e7c1af..104d4ba 100644 --- a/src/UI/UIManager.cs +++ b/src/UI/UIManager.cs @@ -57,7 +57,6 @@ namespace UnityExplorer.UI { if (EventSystem.current != EventSys) { - ExplorerCore.Log("Forcing EventSystem to UnityExplorer's"); ForceUnlockCursor.SetEventSystem(); }