From 5380964e69826f4824beee4f5f414d34f0d2a185 Mon Sep 17 00:00:00 2001 From: apriestman Date: Tue, 6 Apr 2021 16:17:56 -0400 Subject: [PATCH] Comment out broken code temporarily --- .../autopsy/modules/leappanalyzers/LeappFileProcessor.java | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Core/src/org/sleuthkit/autopsy/modules/leappanalyzers/LeappFileProcessor.java b/Core/src/org/sleuthkit/autopsy/modules/leappanalyzers/LeappFileProcessor.java index 8a57dd71ed..58d2cece31 100644 --- a/Core/src/org/sleuthkit/autopsy/modules/leappanalyzers/LeappFileProcessor.java +++ b/Core/src/org/sleuthkit/autopsy/modules/leappanalyzers/LeappFileProcessor.java @@ -578,6 +578,7 @@ public final class LeappFileProcessor { String sourceFile = null; MessageAttachments messageAttachments = null; + /******* DISABLE TEMPORARILY************* try { for (BlackboardAttribute bba : bbattributes) { switch (bba.getAttributeType().getTypeName()) { @@ -656,7 +657,7 @@ public final class LeappFileProcessor { } } catch (NoCurrentCaseException | TskCoreException | BlackboardException ex) { throw new IngestModuleException(Bundle.LeappFileProcessor_cannot_create_message_relationship() + ex.getLocalizedMessage(), ex); //NON-NLS - } + }*/ }