Merge pull request #112 from tockins/dev

bug fix
This commit is contained in:
Alessio Pracchia 2017-11-05 22:45:53 +01:00 committed by GitHub
commit 5d968b7e31
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -52,7 +52,6 @@ func (s *Server) projects(c echo.Context) error {
// Read
text := ""
err := websocket.Message.Receive(ws, &text)
fmt.Println("receive")
if err != nil {
break
} else {