Skip to content

Commit

Permalink
Removed leftover debug messages.
Browse files Browse the repository at this point in the history
  • Loading branch information
serverdev committed Oct 6, 2024
1 parent b3cec8d commit e2c4e03
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/typelib/http.c
Original file line number Diff line number Diff line change
Expand Up @@ -235,9 +235,8 @@ void GatherHttpData( struct HttpState *pHttpState )
//
pHttpState->flags.success = 1;
pHttpState->content_length = GetTextSize( pHttpState->content = VarTextGet( pHttpState->pvt_chunk ) );
lprintf( "This may or may not be the end of content? %d", pHttpState->content_length );
//lprintf( "This may or may not be the end of content? %d", pHttpState->content_length );
if( pHttpState->waiter ) {
lprintf( "Waking waiting to return with result." );
WakeThread( pHttpState->waiter );
}
LineRelease( pMergedLine );
Expand Down

0 comments on commit e2c4e03

Please sign in to comment.