diff --git a/Core/src/org/sleuthkit/autopsy/casemodule/Case.java b/Core/src/org/sleuthkit/autopsy/casemodule/Case.java index 53cf8733b9..7ecd469a3a 100644 --- a/Core/src/org/sleuthkit/autopsy/casemodule/Case.java +++ b/Core/src/org/sleuthkit/autopsy/casemodule/Case.java @@ -527,9 +527,6 @@ public class Case { */ public void notifyNewDataSource(Content newDataSource) { eventPublisher.publish(new DataSourceAddedEvent(newDataSource)); - if (IngestManager.getInstance().isRunningInteractively()) { - CoreComponentControl.openCoreWindows(); - } } /**