Skip to content

Commit

Permalink
Remove commented out line.
Browse files Browse the repository at this point in the history
  • Loading branch information
sbruens committed Jun 3, 2024
1 parent fddfc57 commit c1ee12f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion cmd/outline-ss-server/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,6 @@ func (s *SSServer) loadConfig(filename string) error {
switch t := listener.Type; t {
// TODO: Support more listener types.
case directListenerType:
//var addr net.Addr
addr, err := onet.ResolveAddr(listener.Address)
if err != nil {
return fmt.Errorf("failed to resolve direct address: %v: %w", listener.Address, err)
Expand Down

0 comments on commit c1ee12f

Please sign in to comment.