Commit 8207bf39 by CaIon

chore: delete model price log

parent a10b2bc0
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment