maxiaoshan 5 anni fa
parent
commit
15d34c0926
1 ha cambiato i file con 0 aggiunte e 1 eliminazioni
  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)