remove duplicate

This commit is contained in:
Milos Kozak 2020-11-22 14:39:25 +01:00
parent 6f7cfdd06d
commit 64a82e3431

View file

@ -170,7 +170,6 @@ public class PumpEnactResult {
ret += "<br><b>" + resourceHelper.gs(R.string.absolute) + "</b>: " + DecimalFormatter.to2Decimal(absolute) + " U/h";
}
} else {
ret += "<br><b>" + resourceHelper.gs(R.string.success) + "</b>: " + success;
if (!comment.isEmpty())
ret += "<br><b>" + resourceHelper.gs(R.string.comment) + "</b>: " + comment;
}