Merge branch 'release/3.8.0'
[taxeditor.git] / eu.etaxonomy.taxeditor.store / src / main / java / eu / etaxonomy / taxeditor / ui / section / description / GeoScopeSection.java
index 9c158503fda94b029d6fdf705dd88512f038e3b4..b8a69e0ae77995b478bd5cc78bf82c7309cb38e9 100644 (file)
@@ -12,8 +12,6 @@ package eu.etaxonomy.taxeditor.ui.section.description;
 
 import java.util.Collection;
 
-import org.apache.log4j.Logger;
-
 import eu.etaxonomy.cdm.api.conversation.ConversationHolder;
 import eu.etaxonomy.cdm.model.description.TaxonDescription;
 import eu.etaxonomy.cdm.model.location.NamedArea;
@@ -30,10 +28,6 @@ import eu.etaxonomy.taxeditor.ui.section.AbstractEntityCollectionSection;
  */
 public class GeoScopeSection extends AbstractEntityCollectionSection<TaxonDescription, NamedArea> {
        
-
-       private static final Logger logger = Logger
-                       .getLogger(GeoScopeSection.class);
-
        /**
         * <p>Constructor for GeoScopeSection.</p>
         *