comparison flys-backend/src/main/java/de/intevation/flys/importer/parsers/BedHeightSingleParser.java @ 3956:323063c0f7a0

Removed debug output. flys-backend/trunk@5614 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Felix Wolfsteller <felix.wolfsteller@intevation.de>
date Thu, 27 Sep 2012 11:16:20 +0000
parents 26685b846a29
children 84beabb3897c
comparison
equal deleted inserted replaced
3955:26685b846a29 3956:323063c0f7a0
53 if (values.length == 1) { 53 if (values.length == 1) {
54 ImportBedHeightSingleValue value = new ImportBedHeightSingleValue( 54 ImportBedHeightSingleValue value = new ImportBedHeightSingleValue(
55 (ImportBedHeightSingle) obj, 55 (ImportBedHeightSingle) obj,
56 km, 56 km,
57 null, null, null, null, null); 57 null, null, null, null, null);
58 log.debug("Added a gap/null row");
59 obj.addValue(value); 58 obj.addValue(value);
60 return; 59 return;
61 } 60 }
62 61
63 // Because we cannot enforce consistency of values with complete data 62 // Because we cannot enforce consistency of values with complete data

http://dive4elements.wald.intevation.org