Browse Source

去除多余log

DGJ 1 year ago
parent
commit
41a5305558
1 changed files with 2 additions and 2 deletions
  1. 2 2
      Assets/Scripts/UICallManager.cs

+ 2 - 2
Assets/Scripts/UICallManager.cs

@@ -45,7 +45,7 @@ public class UICallManager : MonoSingleton<UICallManager>,IController
     }
     private void AnyUp(InputKeyCode keyCode, InputDevicePartBase part)
     {
-        Debug.Log("DGJ ====>  AnyUp  " + keyCode.ToString());
+      //  Debug.Log("DGJ ====>  AnyUp  " + keyCode.ToString());
         // UILogManager.Instance.SendLogText(3, part.PartType.ToString());
         if (part.PartType == InputDevicePartType.KSRight )
         {
@@ -185,7 +185,7 @@ public class UICallManager : MonoSingleton<UICallManager>,IController
     private void AnyDown(InputKeyCode keyCode, InputDevicePartBase part)
     {
 
-        Debug.Log("DGJ ====>  AnyDown  " + keyCode.ToString());
+     //   Debug.Log("DGJ ====>  AnyDown  " + keyCode.ToString());
 
         // UILogManager.Instance.SendLogText(3, part.PartType.ToString());
         if (part.PartType == InputDevicePartType.KSRight)