This commit is contained in:
Milos Kozak 2018-06-26 00:20:43 +02:00
parent d55612b290
commit f7f4385d5d

View file

@ -388,10 +388,6 @@ public class IobCobCalculatorPlugin extends PluginBase {
//log.debug(">>> getAutosensData Cache hit " + data.log(time));
return data;
} else {
if (time > now) {
// data may not be calculated yet, use last data
return getLastAutosensData("getAutosensData");
}
//log.debug(">>> getAutosensData Cache miss " + new Date(time).toLocaleString());
return null;
}