You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@dubbo.apache.org by GitBox <gi...@apache.org> on 2021/09/22 02:48:15 UTC

[GitHub] [dubbo-go] zouyx commented on a change in pull request #1468: #1458 delete useless log

zouyx commented on a change in pull request #1468:
URL: https://github.com/apache/dubbo-go/pull/1468#discussion_r713550926



##########
File path: filter/seata/filter.go
##########
@@ -43,8 +43,7 @@ func init() {
 // Filter when use seata-golang, use this filter to transfer xid
 type Filter struct{}
 
-// When use Seata, transfer xid by attachments
-// Invoke Get Xid by attachment key `SEATA_XID`
+// Invoke Get Xid by attachment key `SEATA_XID`. When use Seata, transfer xid by attachments
 func (f *Filter) Invoke(ctx context.Context, invoker protocol.Invoker, invocation protocol.Invocation) protocol.Result {
 	logger.Infof("invoking seata filter.")

Review comment:
       Why not delete this log?




-- 
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: notifications-unsubscribe@dubbo.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@dubbo.apache.org
For additional commands, e-mail: notifications-help@dubbo.apache.org