Skip to content
Snippets Groups Projects
Unverified Commit 738991b9 authored by eugene7646's avatar eugene7646 Committed by GitHub
Browse files

Merge pull request #7323 from eugene7646/remove_debug_query

Removed a legacy debug query
parents 5784b420 db7f1212
Branches
Tags
No related merge requests found
...@@ -490,8 +490,6 @@ public static List<Waypoint> getBookmarkWaypoints(List<Waypoint> waypoints) { ...@@ -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 { 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); String query = buildQuery(dataSources, showAll, cntDaysFromRecent, noTimeStamp);
logger.log(Level.INFO, query);
try { try {
// The CaseDBAccessManager.select function will add a SELECT // The CaseDBAccessManager.select function will add a SELECT
// to the beginning of the query // to the beginning of the query
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment