Skip to content

Commit

Permalink
Removed leftover print statements (lol)
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonlessenich committed Feb 29, 2024
1 parent f1a47ab commit aed99f5
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions lib/src/events/event_handler.dart
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@ class RestrrEventHandler {
}

void fire<T extends RestrrEvent>(T event) {
print(eventMap);
print(event.runtimeType);
eventMap[event.runtimeType]?.call(event);
}
}

0 comments on commit aed99f5

Please sign in to comment.