]> git.localhorst.tv Git - l2e.git/blobdiff - src/main.cpp
removed debug output from main
[l2e.git] / src / main.cpp
index cd3de2ac172e510d065523f4a17478081833e7cf..0a69788469f171c3ecfa70bf2c2923ea7bfc4fdd 100644 (file)
@@ -189,12 +189,6 @@ int main(int argc, char **argv) {
 
                Caster caster(intp);
 
-               {
-                       Map *map1(caster.GetMap("map1"));
-                       Map *map2(caster.GetMap("map2"));
-                       std::cout << map1 << ' ' << map2 << std::endl;
-               }
-
                GameState gameState;
 
                gameState.heroes[0] = *caster.GetHero("maxim");