From 004e369c3cf18f6106856857a6358514910cf48c Mon Sep 17 00:00:00 2001 From: Alexander M Pickering Date: Fri, 24 Nov 2023 21:48:01 -0600 Subject: Finish reverting the debug prints --- src/shared/lua_api/load_net.cpp | 4 ++-- 1 file 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); } -- cgit v1.2.3-70-g09d2