summaryrefslogtreecommitdiff
path: root/Erika/Assets/Scripts/Input/InputManager.cs
diff options
context:
space:
mode:
Diffstat (limited to 'Erika/Assets/Scripts/Input/InputManager.cs')
-rw-r--r--Erika/Assets/Scripts/Input/InputManager.cs5
1 files changed, 0 insertions, 5 deletions
diff --git a/Erika/Assets/Scripts/Input/InputManager.cs b/Erika/Assets/Scripts/Input/InputManager.cs
index 06e4f02f..57bc3399 100644
--- a/Erika/Assets/Scripts/Input/InputManager.cs
+++ b/Erika/Assets/Scripts/Input/InputManager.cs
@@ -38,11 +38,6 @@ public class InputManager : SingletonMB<InputManager>
cmd.key = vKey;
cmd.time = Time.time;
m_CommandQueue.Add(cmd);
-
- //Debug.Log(cmd.time);
- string cmdStr = "";
- m_CommandQueue.ForEach(s => cmdStr += s.key.ToString() + ",");
- Debug.Log(cmdStr);
}
}
float curTime = Time.time;