From: Daniel Karbach Date: Wed, 17 Oct 2012 19:40:24 +0000 (+0200) Subject: removed debug output from main X-Git-Url: http://git.localhorst.tv/?a=commitdiff_plain;h=d1e76d7a2834c8441a11c70ff1dea66fee6be6c6;p=l2e.git removed debug output from main --- diff --git a/src/main.cpp b/src/main.cpp index cd3de2a..0a69788 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -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");