@@ -615,10 +615,6 @@ impl Predictor {
return;
}
- if self.record_vec.len() < 200 {
- return;
- }
-
if self.optimal_bid_price.is_zero() {