Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release v0.2.19 #137

Merged
merged 10 commits into from
Oct 31, 2024
Prev Previous commit
Next Next commit
Removed debugging code.
  • Loading branch information
Helios-vmg committed Oct 24, 2024
commit d55dda95a92493802c8ff5410b3365e37d7c22e1
3 changes: 0 additions & 3 deletions apps/cargo-scout-audit/tests/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -217,9 +217,6 @@ mod tests {
assert!(result.is_ok(), "Scout should run");
let result = result.unwrap();

for finding in result.iter() {
dbg!(finding);
}
let findings = result
.iter()
.map(|value| {
Expand Down
Loading