From a3452ca95ae1649e821034aca43d9113cb4e7534 Mon Sep 17 00:00:00 2001 From: Brian Sweeney Date: Wed, 11 Apr 2018 10:37:20 -0600 Subject: [PATCH] cleanup --- .../org/sleuthkit/autopsy/datamodel/CommonFileChildNode.java | 2 -- 1 file changed, 2 deletions(-) diff --git a/Core/src/org/sleuthkit/autopsy/datamodel/CommonFileChildNode.java b/Core/src/org/sleuthkit/autopsy/datamodel/CommonFileChildNode.java index da394633bb..98d29b513c 100644 --- a/Core/src/org/sleuthkit/autopsy/datamodel/CommonFileChildNode.java +++ b/Core/src/org/sleuthkit/autopsy/datamodel/CommonFileChildNode.java @@ -29,8 +29,6 @@ import org.sleuthkit.datamodel.AbstractFile; * Encapsulates data being pushed to Common Files component in top right pane. */ public class CommonFileChildNode extends FileNode { - - private static final Logger LOGGER = Logger.getLogger(CommonFileChildNode.class.getName()); private final String dataSource;