removed cruft

This commit is contained in:
epi
2023-02-25 06:23:39 -06:00
parent 96375e7734
commit 89c29600c7
2 changed files with 0 additions and 4 deletions

View File

@@ -265,7 +265,6 @@ impl TermOutHandler {
if should_process_response {
// print to stdout
log::warn!("{:?}", self.handles.as_ref().unwrap().filters.data);
ferox_print(&resp.as_str(), &PROGRESS_PRINTER);
send_command!(tx_stats, AddToUsizeField(ResourcesDiscovered, 1));

View File

@@ -1,7 +1,4 @@
use std::hash::BuildHasherDefault;
use super::*;
use crate::MIN_SSDEEP_SIZE;
use fuzzyhash::FuzzyHash;
use gaoya::minhash::{MinHash, MinHasher, MinHasher16};
use gaoya::text::whitespace_split;