gunli commented on code in PR #8634:
URL: https://github.com/apache/inlong/pull/8634#discussion_r1285309383


##########
inlong-sdk/dataproxy-sdk-twins/dataproxy-sdk-golang/logger/logger.go:
##########
@@ -42,7 +42,7 @@ type stdLogger struct {
 }
 
 func (s stdLogger) Debug(args ...interface{}) {
-       fmt.Println(args...)
+       // fmt.Println(args...)

Review Comment:
   Hi @healchow, I keep this line is for the sake of debugging,  when people 
want to debug, they can uncomment this line



-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to