Skip to content

Commit

Permalink
Remove debug print
Browse files Browse the repository at this point in the history
  • Loading branch information
quinnj committed Mar 12, 2024
1 parent 7a5b5cf commit d81e1a5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/AwsIO.jl
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,6 @@ function c_increment_read_window(handler, slot, size)::Cint
end

function c_shutdown(handler, slot, dir, error_code, free_scarce_resources_immediately)::Cint
Core.println("c_shutdown: $slot")
handler.impl.debug && @warn "c_shutdown: dir = $dir"
close(handler.impl.ch, SocketError(error_str(error_code)))
return aws_channel_slot_on_handler_shutdown_complete(slot, dir, error_code, free_scarce_resources_immediately)
Expand Down

0 comments on commit d81e1a5

Please # to comment.