Project

General

Profile

« Previous | Next » 

Revision 904397ee

Added by Katja Luther almost 2 years ago

remove debug messages

View differences:

eu.etaxonomy.taxeditor.store/src/main/java/eu/etaxonomy/taxeditor/ui/section/name/AbstractTypeDesignationElement.java
111 111
	    if (entity.hasDesignationSource()){
112 112
            singleSourceElement.setEntity(entity.getDesignationSource(true));
113 113
        }
114
	    MessagingUtils.info("Create new source section.");
114
	    
115 115
	    sourceSection = formFactory.createSourceSection(getConversationHolder(), formElement, StoreUtil.getSectionStyle(SourceSection.class, IdentifiableSource.class.getCanonicalName()));
116 116
        sourceSection.setLayoutData(LayoutConstants.FILL_HORIZONTALLY(2, 1));
117 117
        sourceSection.setEntity(entity);

Also available in: Unified diff