fix:comment out chat.go getLatestVersion

Signed-off-by: Xinwei Xiong(cubxxw-openim) <3293172751nss@gmail.com>
This commit is contained in:
Xinwei Xiong(cubxxw-openim) 2024-02-05 17:03:17 +08:00
parent 47e77174a2
commit c9d226e7b8

View File

@ -165,4 +165,3 @@ func startProcess(cmdPath string) {
fmt.Printf("Failed to start process %s: %v\n", cmdPath, err) fmt.Printf("Failed to start process %s: %v\n", cmdPath, err)
} }
} }