mirror of
https://github.com/safedep/vet.git
synced 2025-12-10 12:07:30 -06:00
Removed unnecessary debug log
Signed-off-by: Omkar Phansopkar <omkarphansopkar@gmail.com>
This commit is contained in:
parent
0bfd37027f
commit
aaa1794e89
@ -241,7 +241,5 @@ func (b *sarifBuilder) recordMalware(pkg *models.Package) {
|
||||
result.Locations = append(result.Locations, sarif.NewLocation().WithPhysicalLocation(pLocation))
|
||||
|
||||
b.run.AddResult(result)
|
||||
} else {
|
||||
logger.Debugf("No malware found in package %s", pkg.GetName())
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user