diff --git a/Core/src/org/sleuthkit/autopsy/geolocation/datamodel/WaypointBuilder.java b/Core/src/org/sleuthkit/autopsy/geolocation/datamodel/WaypointBuilder.java index 917c1572cd207f46a44f2adf2411d04663bf3ee5..475926caa7651b17121227cf14efcf24dbdc11bb 100755 --- a/Core/src/org/sleuthkit/autopsy/geolocation/datamodel/WaypointBuilder.java +++ b/Core/src/org/sleuthkit/autopsy/geolocation/datamodel/WaypointBuilder.java @@ -490,8 +490,6 @@ public static List<Waypoint> getBookmarkWaypoints(List<Waypoint> waypoints) { static public void getAllWaypoints(SleuthkitCase skCase, List<DataSource> dataSources, List<ARTIFACT_TYPE> artifactTypes, boolean showAll, int cntDaysFromRecent, boolean noTimeStamp, WaypointFilterQueryCallBack queryCallBack) throws GeoLocationDataException { String query = buildQuery(dataSources, showAll, cntDaysFromRecent, noTimeStamp); - logger.log(Level.INFO, query); - try { // The CaseDBAccessManager.select function will add a SELECT // to the beginning of the query