aboutsummaryrefslogtreecommitdiff
path: root/src/net.c
diff options
context:
space:
mode:
authoramelia squires <[email protected]>2025-10-14 21:46:38 -0500
committeramelia squires <[email protected]>2025-10-14 21:46:38 -0500
commitaf09c42e8067dfc832f7e1dce92860e1022c75fa (patch)
treea444ec4586f9b1c54ea6680ffee2dc940644427d /src/net.c
parenta67dc94484cf9869793fc1861914b800a6559a74 (diff)
tons of thread changed, more testing needed
Diffstat (limited to 'src/net.c')
-rw-r--r--src/net.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/net.c b/src/net.c
index 0abfe04..71168c0 100644
--- a/src/net.c
+++ b/src/net.c
@@ -928,7 +928,6 @@ net_end:
lua_close(L);
threads--;
- printf("out\n");
return NULL;
}