Skip to content

Commit f40ced1

Browse files
bugfix: remove debugging code.
1 parent 9600893 commit f40ced1

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/ngx_http_lua_socket_udp.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1481,7 +1481,6 @@ ngx_http_lua_udp_connect(ngx_http_lua_udp_connection_t *uc, ngx_addr_t *local)
14811481
#endif
14821482

14831483
if (local != NULL) {
1484-
fprintf(stderr, "=== have local address\n");
14851484
if (bind(s, local->sockaddr, local->socklen) == -1) {
14861485
ngx_log_error(NGX_LOG_CRIT, &uc->log, ngx_socket_errno,
14871486
"bind(%V) failed", &local->name);

0 commit comments

Comments
 (0)