Przeglądaj źródła

chore: delete model price log

CaIon 2 lat temu
rodzic
commit
fb95216b5a
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      common/model-ratio.go

+ 1 - 1
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