shunping commented on code in PR #35903: URL: https://github.com/apache/beam/pull/35903#discussion_r2292522177
########## sdks/go/container/boot.go: ########## @@ -119,6 +143,7 @@ func main() { log.Fatalf("Failed to obtain provisioning information: %v", err) } log.Printf("Provision info:\n%v", info) + log.Printf("Hello info:\n%v", info) Review Comment: This line looks redundant. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: github-unsubscr...@beam.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org