Project

General

Profile

« Previous | Next » 

Revision d1885b7b

Added by Andreas Müller over 10 years ago

minor changes (remove logging of missing classification)

View differences:

cdmlib-model/src/main/java/eu/etaxonomy/cdm/model/taxon/TaxonNode.java
682 682
        if (classification != null){
683 683
        	return classification.getChildNodes().contains(this);
684 684
        } else {
685
        	logger.warn("The node has no classification!");
685
//        	logger.warn("The node has no classification!");  //don't log as this is also called during TaxonNode creation
686 686
        	return false;
687 687
        }
688 688
    }

Also available in: Unified diff