Commit da9404ba by mushishixian

优化

parent da7e1d1e
Showing with 0 additions and 2 deletions
...@@ -68,8 +68,6 @@ func Import(wg *sync.WaitGroup) { ...@@ -68,8 +68,6 @@ func Import(wg *sync.WaitGroup) {
fmt.Println(err) fmt.Println(err)
} }
body := string(data) body := string(data)
fmt.Println(body)
return
rabbitmq.Send(Exchange, body) rabbitmq.Send(Exchange, body)
} }
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment