Skip to content

Commit

Permalink
delete debug print
Browse files Browse the repository at this point in the history
  • Loading branch information
zhoujiexiong committed Jun 24, 2024
1 parent 28f1301 commit 23a7584
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion t/plugin/grpc-transcode3.t
Original file line number Diff line number Diff line change
Expand Up @@ -560,7 +560,6 @@ location /t {
pb_encode("IntStringPatterns", supported)
local status, err = pcall(pb_encode, "IntStringPatterns", unsupported)
if not status then
print(err)
ngx.say(err)
end
}
Expand Down

0 comments on commit 23a7584

Please sign in to comment.