maxiaoshan 5 年之前
父节点
当前提交
15d34c0926
共有 1 个文件被更改,包括 0 次插入1 次删除
  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)