There now exists a dummy delete entry in the bulk editors context menu. It is also...
[taxeditor.git] / taxeditor-bulkeditor / src / main / java / eu / etaxonomy / taxeditor / bulkeditor / BulkEditor.java
index 3f543dcbd7639d4fadf28a8e0c1be6b7e3f6d90e..77869dfcdd4a451a305f15dc395cbeaf98e379a9 100644 (file)
@@ -298,8 +298,5 @@ public class BulkEditor extends AnnotatedLineEditor implements IPartContentHasDe
                menu.remove(ITextEditorActionConstants.SHIFT_RIGHT);
                menu.remove(ITextEditorActionConstants.SHIFT_LEFT);
                menu.remove(ITextEditorActionConstants.CONTEXT_PREFERENCES);
-
-               IMenuManager showInMenu = menu.findMenuUsingPath("viewsShowIn");
-               System.out.println(showInMenu);
        }
 }