Revision 2dab7ea0
Added by Katja Luther over 6 years ago
eu.etaxonomy.taxeditor.editor/src/main/java/eu/etaxonomy/taxeditor/editor/view/checklist/ChecklistEditorInput.java | ||
---|---|---|
56 | 56 |
*/ |
57 | 57 |
public ChecklistEditorInput(TaxonNode taxonNode){ |
58 | 58 |
super(false); |
59 |
System.out.println(this.toString()); |
|
60 | 59 |
this.conversation = CdmStore.createConversation(); |
61 | 60 |
this.taxonNode =CdmStore.getService(ITaxonNodeService.class).load(taxonNode.getUuid(), getTaxonNodePropertyPaths()); |
62 | 61 |
// getChildTaxa(taxonNode); |
63 | 62 |
classification = taxonNode.getClassification(); |
64 | 63 |
initSession(); |
65 |
System.out.println(this.toString()); |
|
66 | 64 |
} |
67 | 65 |
|
68 | 66 |
|
Also available in: Unified diff
remove System.out.println...