Skip to content

Commit 6182b6f

Browse files
committed
Removed debug prints
1 parent 39fd1c9 commit 6182b6f

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

defnet/http_server.lua

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -151,9 +151,7 @@ function M.create(port)
151151
end
152152

153153
local headers = parse_headers(request)
154-
print("JHJHKHJKJHJH")
155154
local message_body = receive_message_body(conn, method, headers)
156-
print(method, message_body)
157155

158156
-- function for streaming chunked content
159157
local stream_fn = function(response, close)

0 commit comments

Comments
 (0)