mirror of
https://github.com/overcuriousity/autopsy-flatpak.git
synced 2025-07-17 18:17:43 +00:00
Merge pull request #7323 from eugene7646/remove_debug_query
Removed a legacy debug query
This commit is contained in:
commit
738991b9ba
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user