removed a very obsolete log message
authorn.hoffmann <n.hoffmann@localhost>
Tue, 5 Jan 2010 17:11:02 +0000 (17:11 +0000)
committern.hoffmann <n.hoffmann@localhost>
Tue, 5 Jan 2010 17:11:02 +0000 (17:11 +0000)
taxeditor-editor/src/main/java/eu/etaxonomy/taxeditor/editor/name/handler/ChangeSynonymToAcceptedTaxonHandler.java

index a6cf8ad0baa81d783bcd18bd8fd6750a6d348fc8..0cce0901fa4590d23fb9c146b2e887b0dc1b71b0 100644 (file)
@@ -52,8 +52,6 @@ public class ChangeSynonymToAcceptedTaxonHandler extends AbstractHandler impleme
         * @see org.eclipse.core.commands.IHandler#execute(org.eclipse.core.commands.ExecutionEvent)
         */
        public Object execute(ExecutionEvent event) throws ExecutionException {
-               logger.error("Not yet implemented");
-               
                editor = HandlerUtil.getActiveEditor(event);
                Shell shell = HandlerUtil.getActiveShell(event);
                IEditorInput input = editor.getEditorInput();