No-SilverBullet commented on code in PR #3043:
URL: https://github.com/apache/dubbo-go/pull/3043#discussion_r2390154586


##########
server/server.go:
##########
@@ -121,7 +125,7 @@ func (s *Server) genSvcOpts(handler any, opts 
...ServiceOption) (*ServiceOptions
        // Get service-level configuration items from provider.services 
configuration
        if proCfg != nil && proCfg.Services != nil {
                // Get the unique identifier of the handler (the default is the 
structure name or the alias set during registration)
-               interfaceName := common.GetReference(handler)
+               // interfaceName already obtained above for logging

Review Comment:
   this comment can be removed



-- 
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]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to