Skip to content

Commit

Permalink
Remove logging from HKHTTPServer
Browse files Browse the repository at this point in the history
  • Loading branch information
hmelder committed Mar 4, 2024
1 parent 71f089f commit edd040c
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions Libraries/MicroHTTPKit/Source/HKHTTPServer.m
Original file line number Diff line number Diff line change
Expand Up @@ -112,9 +112,6 @@ static enum MHD_Result accessHandler(void *cls, struct MHD_Connection *connectio
request = (__bridge HKHTTPRequest *) (*con_cls);
}

NSLog(@"Request body size: %lu", *upload_data_size);
NSLog(@"Headers: %@", [request headers]);

// If we have upload data, we need to process it. Otherwise, we can continue
// processing the request.
if (*upload_data_size != 0) {
Expand Down

0 comments on commit edd040c

Please sign in to comment.