Merge pull request #7323 from eugene7646/remove_debug_query

Removed a legacy debug query
This commit is contained in:
eugene7646 2021-09-30 17:35:08 -04:00 committed by GitHub
commit 738991b9ba
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -490,8 +490,6 @@ public final class WaypointBuilder {
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