removed break as discussed as it requires too much secret knowledge of other method implementations to be justified

This commit is contained in:
Axel Uhl
2014-01-31 17:29:01 +01:00
parent eb8eb58204
commit 2937d4acee
@@ -146,7 +146,6 @@ public class IgtimiWindReceiver implements BulkFixReceiver {
notifyListeners(wind, aws.getSensor().getDeviceSerialNumber());
} else {
logger.info("Not enough information to build a Wind fix out of data provided. AWS received but most probably HDG or HDGM not received (yet) - check your compass.");
break;
}
} catch (ClassNotFoundException | IOException | ParseException e) {
logger.log(Level.INFO, "Exception while trying to construct Wind fix from Igtimi fix " + aws, e);