DGJ 1 год назад
Родитель
Сommit
41a5305558
1 измененных файлов с 2 добавлено и 2 удалено
  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)