code cleaning
[taxeditor.git] / eu.etaxonomy.taxeditor.editor / src / main / java / eu / etaxonomy / taxeditor / editor / view / checklist / e4 / DistributionColumnAccessor.java
index c084e4d6af7e1c2d85fc859406bacaba2b39de16..cb29cf49a9000cc6003de6cee2ec1dc351d3792d 100755 (executable)
@@ -117,8 +117,7 @@ public class DistributionColumnAccessor implements IColumnPropertyAccessor<Taxon
      */
     @Override
     public void setDataValue(TaxonDistributionDTO taxonWrapper, int columnIndex, Object newValue) {
-        System.err.println("DistributionColumnAccessor: " + taxonWrapper.getNameCache());
-           if (newValue instanceof PresenceAbsenceTerm){
+        if (newValue instanceof PresenceAbsenceTerm){
                 NamedArea area =editor.getAreaToColumnIndexMap().get(columnIndex);
                 Map<NamedArea, Set<DescriptionElementBase>> distributionMap = editor.taxonDistributionMap.get(taxonWrapper.getTaxonUuid());
                 if (distributionMap == null){