Skip to content

Commit

Permalink
misc: small fix or general refactoring i did not bother commenting
Browse files Browse the repository at this point in the history
  • Loading branch information
evilsocket committed Jul 30, 2024
1 parent f7d3b42 commit 6974880
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/plugins/port_scanner/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,6 @@ impl Plugin for PortScanner {
creds: &Credentials,
timeout: Duration,
) -> Result<Option<Vec<Loot>>, Error> {
log::debug!("{:?}", &creds);
let mut loot = vec![];

if !self.opts.port_scanner_no_udp {
Expand Down

0 comments on commit 6974880

Please sign in to comment.