summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/main.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/main.cpp b/src/main.cpp
index 8be8412..0e1a1ac 100644
--- a/src/main.cpp
+++ b/src/main.cpp
@@ -37,7 +37,6 @@ void initLogger() {
int main(int argc, char** argv) {
srand(time(0));
initLogger();
- //LOG(WARNING) << "Sizeof EventData is " << sizeof(EventData);
try {
if (SDL_Init(0) == -1)