Skip to content
Snippets Groups Projects
Commit db7f1212 authored by Eugene Livis's avatar Eugene Livis
Browse files

Removed a legacy debug query

parent 5784b420
No related branches found
No related tags found
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