Skip to content

Commit

Permalink
removed not needed warn
Browse files Browse the repository at this point in the history
  • Loading branch information
cschneemann committed May 15, 2024
1 parent 98fb9d8 commit 56be975
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion generate_sbom
Original file line number Diff line number Diff line change
Expand Up @@ -286,7 +286,6 @@ sub read_pkgs_rpmdb {
sub spdx_license_mapping {
my ($mapping_file) = @_;
local *F;
warn $mapping_file;
my $json_t = do {
unless (open(F, '<', $mapping_file)) {
warn("Could not read license mapping file $mapping_file, $!");
Expand Down

0 comments on commit 56be975

Please sign in to comment.