maxiaoshan 5 years ago
parent
commit
15d34c0926
1 changed files with 0 additions and 1 deletions
  1. 0 1
      udpcreateindex/src/main.go

+ 0 - 1
udpcreateindex/src/main.go

@@ -142,7 +142,6 @@ func init() {
 
 func main() {
 	go task_index()
-	//task_qyxyindex()
 	updport := Sysconfig["udpport"].(string)
 	udpclient = mu.UdpClient{Local: updport, BufSize: 1024}
 	udpclient.Listen(processUdpMsg)