Skip to content

Commit

Permalink
removed obstructing log
Browse files Browse the repository at this point in the history
  • Loading branch information
jhoe123 committed Jun 29, 2022
1 parent 4cae2c2 commit 5293f9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/event/socketIOServer.go
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ func onClientDisconnected(socket *socketio.Channel) {

// implementation for connector broadcast
func (s *SocketIOServer) Broadcast(room string, event string, dataTransfer interface{}) error {
println("SocketIOServer", "Broadcast", "room="+room, dataTransfer)
//println("SocketIOServer", "Broadcast", "room="+room, dataTransfer)
s.socket.BroadcastTo(room, event, dataTransfer)
return nil
}
Expand Down

0 comments on commit 5293f9c

Please sign in to comment.