From fb95216b5ae5db4110bed1fd2bda9f258847592a Mon Sep 17 00:00:00 2001 From: CaIon <1808837298@qq.com> Date: Tue, 9 Jan 2024 12:08:52 +0800 Subject: [PATCH] chore: delete model price log --- common/model-ratio.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/model-ratio.go b/common/model-ratio.go index 704d383..1f97b63 100644 --- a/common/model-ratio.go +++ b/common/model-ratio.go @@ -109,7 +109,7 @@ func GetModelPrice(name string) float64 { } price, ok := ModelPrice[name] if !ok { - SysError("model price not found: " + name) + //SysError("model price not found: " + name) return -1 } return price