debug
This commit is contained in:
parent
52029dac8a
commit
27cad2827c
2
mq.go
2
mq.go
@ -28,8 +28,6 @@ func MQSendMsgWorker(id int, msgs <-chan ChatWarsMessage) {
|
||||
failOnError(err, "MQSendMsgWorker["+strconv.Itoa(id)+"] : Failed to declare a queue")
|
||||
|
||||
for m := range msgs {
|
||||
log.Printf("MQSendMsgWorker[" + strconv.Itoa(id) + "] : Sending a message.")
|
||||
|
||||
b, err := json.Marshal(m)
|
||||
if err != nil {
|
||||
logOnError(err, "MQSendMsgWorker["+strconv.Itoa(id)+"] : Marshaling message.")
|
||||
|
Loading…
Reference in New Issue
Block a user