Skip to content
Snippets Groups Projects
Commit ed8b2630 authored by Erno Lokkila's avatar Erno Lokkila
Browse files

removed debug messages

parent 491830bf
Branches
Tags
No related merge requests found
......@@ -15,11 +15,8 @@ public static class EventSystem
public static void EventHappened(EventType name)
{
Debug.Log("happened");
if (events.ContainsKey(name))
{
Debug.Log("contains: "+events.Values.ToString());
foreach (IAction e in events[name]){
e.React(name);
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment