From eab688c365f781ea1216c70c9fbd04bc32080633 Mon Sep 17 00:00:00 2001 From: Katja Luther Date: Mon, 21 Nov 2022 11:28:50 +0100 Subject: [PATCH] ref #10186: code cleaning --- .../taxeditor/view/e4/AbstractCdmEditorPartE4.java | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/eu.etaxonomy.taxeditor.store/src/main/java/eu/etaxonomy/taxeditor/view/e4/AbstractCdmEditorPartE4.java b/eu.etaxonomy.taxeditor.store/src/main/java/eu/etaxonomy/taxeditor/view/e4/AbstractCdmEditorPartE4.java index d4c963ca9..f3b82d716 100644 --- a/eu.etaxonomy.taxeditor.store/src/main/java/eu/etaxonomy/taxeditor/view/e4/AbstractCdmEditorPartE4.java +++ b/eu.etaxonomy.taxeditor.store/src/main/java/eu/etaxonomy/taxeditor/view/e4/AbstractCdmEditorPartE4.java @@ -190,13 +190,9 @@ public abstract class AbstractCdmEditorPartE4 } //as long as the delay thread is running, if(!isInDelay){ - System.err.println("test: "+ this.getViewName()+ " - " + isInDelay); - isInDelay = true; + isInDelay = true; sync.asyncExec(delaySelection); previousSelection = selection; - System.err.println("after running delay: "+ this.getViewName()+ " - " + isInDelay); - }else { - System.err.println("another time: " + this.getViewName()+ " - " + isInDelay); } } -- 2.34.1