Removed accidentally committed debug code
authorn.hoffmann <n.hoffmann@localhost>
Wed, 1 Jun 2011 15:22:19 +0000 (15:22 +0000)
committern.hoffmann <n.hoffmann@localhost>
Wed, 1 Jun 2011 15:22:19 +0000 (15:22 +0000)
eu.etaxonomy.taxeditor.store/src/main/java/eu/etaxonomy/taxeditor/ui/section/taxon/TaxonBaseDetailSection.java

index 124d4a157ce5429c797e5e1133f034bc89608b2b..7be6719f1aea725afca7cc5b2686c31c146742b2 100644 (file)
@@ -67,14 +67,6 @@ public class TaxonBaseDetailSection extends AbstractCdmDetailSection<TaxonBase>
        protected DetailType getDetailType() {
                return DetailType.TAXONBASE;
        }
-
-       @Override
-       protected void setSectionTitle() {
-               if(getEntity().generateTitle().equals(getEntity().getTitleCache())){
-                       System.out.println("test");
-               }
-               super.setSectionTitle();
-       }
        
        /* (non-Javadoc)
         * @see eu.etaxonomy.taxeditor.section.ITaxonDetailSection#getTaxon(eu.etaxonomy.cdm.model.taxon.TaxonBase)