]> git.localhorst.tv Git - l2e.git/commitdiff
removed debug output from main
authorDaniel Karbach <daniel.karbach@localhorst.tv>
Wed, 17 Oct 2012 19:40:24 +0000 (21:40 +0200)
committerDaniel Karbach <daniel.karbach@localhorst.tv>
Wed, 17 Oct 2012 19:40:24 +0000 (21:40 +0200)
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");