diff options
| -rw-r--r-- | src/shared/lua_api/load_net.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/shared/lua_api/load_net.cpp b/src/shared/lua_api/load_net.cpp index 8a44d75..bff55cf 100644 --- a/src/shared/lua_api/load_net.cpp +++ b/src/shared/lua_api/load_net.cpp @@ -449,9 +449,9 @@ void gameloop_net(lua_State* L){ } } - printf("There are %d items left on the lua stack\n",lua_gettop(L)); + //printf("There are %d items left on the lua stack\n",lua_gettop(L)); lua_pop(L,2); - printf("Done with net game loop\n"); + //printf("Done with net game loop\n"); assert(lua_gettop(L) == 0); } |
