Skip to content
This repository has been archived by the owner on Dec 16, 2023. It is now read-only.

Commit

Permalink
remove redundant
Browse files Browse the repository at this point in the history
  • Loading branch information
GalvinGao committed Jan 24, 2021
1 parent 5a8f978 commit 16bb3d4
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions internal/app/controller/bonjour.go
Original file line number Diff line number Diff line change
Expand Up @@ -135,10 +135,6 @@ func (bc *Bonjour) LiveHandler(ctx echo.Context) error {
return nil
}

defer func() {
log.Println("BYE FROM HTTP!!!")
}()

bc.hub.Register <- client
go client.Read()
go client.Write()
Expand Down

0 comments on commit 16bb3d4

Please sign in to comment.