We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 71f867d + f4c8359 commit 2becbe5Copy full SHA for 2becbe5
Experimental/src/org/sleuthkit/autopsy/experimental/autoingest/AutoIngestCaseManager.java
@@ -60,11 +60,6 @@ synchronized static AutoIngestCaseManager getInstance() {
60
* auto ingest.
61
*/
62
private AutoIngestCaseManager() {
63
- /*
64
- * Disable the new case action because review mode is only for looking
65
- * at cases created by automated ingest.
66
- */
67
- CallableSystemAction.get(CaseNewAction.class).setEnabled(false);
68
69
/*
70
* Permanently delete the "Open Recent Cases" item in the "File" menu.
0 commit comments