From 2dab7ea0d2ae7357b3b7edd74fd3b87feea0d2fb Mon Sep 17 00:00:00 2001 From: Katja Luther Date: Mon, 19 Sep 2016 13:22:44 +0200 Subject: [PATCH] remove System.out.println... --- .../taxeditor/editor/view/checklist/ChecklistEditorInput.java | 2 -- 1 file changed, 2 deletions(-) diff --git a/eu.etaxonomy.taxeditor.editor/src/main/java/eu/etaxonomy/taxeditor/editor/view/checklist/ChecklistEditorInput.java b/eu.etaxonomy.taxeditor.editor/src/main/java/eu/etaxonomy/taxeditor/editor/view/checklist/ChecklistEditorInput.java index a49afaedf..4eefc824a 100644 --- a/eu.etaxonomy.taxeditor.editor/src/main/java/eu/etaxonomy/taxeditor/editor/view/checklist/ChecklistEditorInput.java +++ b/eu.etaxonomy.taxeditor.editor/src/main/java/eu/etaxonomy/taxeditor/editor/view/checklist/ChecklistEditorInput.java @@ -56,13 +56,11 @@ public class ChecklistEditorInput extends CdmEntitySessionInput implements IEdit */ public ChecklistEditorInput(TaxonNode taxonNode){ super(false); - System.out.println(this.toString()); this.conversation = CdmStore.createConversation(); this.taxonNode =CdmStore.getService(ITaxonNodeService.class).load(taxonNode.getUuid(), getTaxonNodePropertyPaths()); // getChildTaxa(taxonNode); classification = taxonNode.getClassification(); initSession(); - System.out.println(this.toString()); } -- 2.34.1