Remove stray commented line

This commit is contained in:
Preetha Appan 2017-08-29 19:54:27 -05:00
parent 00836a6aab
commit e639154abd
1 changed files with 0 additions and 1 deletions

View File

@ -289,7 +289,6 @@ func NewServerLogger(config *Config, logger *log.Logger, tokens *token.Store) (*
ForceTLS: config.VerifyOutgoing, ForceTLS: config.VerifyOutgoing,
} }
//serverAddrLookup = NewServerAddressLookup()
// Create server. // Create server.
s := &Server{ s := &Server{
autopilotRemoveDeadCh: make(chan struct{}), autopilotRemoveDeadCh: make(chan struct{}),