ref #10186: code cleaning
authorKatja Luther <k.luther@bgbm.org>
Mon, 21 Nov 2022 10:28:50 +0000 (11:28 +0100)
committerKatja Luther <k.luther@bgbm.org>
Mon, 21 Nov 2022 10:28:50 +0000 (11:28 +0100)
eu.etaxonomy.taxeditor.store/src/main/java/eu/etaxonomy/taxeditor/view/e4/AbstractCdmEditorPartE4.java

index d4c963ca9fed11c323e2445ed9091f391b7eacd1..f3b82d716ac8e8422711a6c1110dc98d75d05a6d 100644 (file)
@@ -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);
         }
     }