@@ -73,7 +73,6 @@ public class LRV2Model extends Model {
int cnt = 0;
Integer curTime = new Long(System.currentTimeMillis() / 1000).intValue();
- LOGGER.info("[MODELLOAD] before model load, key size: {}, current time: {}", lrModel.size(), curTime);
//first stage
while ((line = input.readLine()) != null) {
String[] items = line.split(" ");