Parcourir la source

Remove some useless logs.

Godzil il y a 3 ans
Parent
commit
e89e2c4392
1 fichiers modifiés avec 0 ajouts et 2 suppressions
  1. 0 2
      source/Game.cpp

+ 0 - 2
source/Game.cpp

@@ -15,7 +15,6 @@
 
 Game::Game()
 {
-    Logger::Log("It's a me!");
     this->isRunning = false;
     this->windowsHeight = 0;
     this->windowsWidth = 0;
@@ -23,7 +22,6 @@ Game::Game()
 
 Game::~Game()
 {
-    Logger::Log("Mama mia!");
 }
 
 void Game::Initialize()