Skip to content

Commit

Permalink
remove debugging line that spews way too much stuff in invert
Browse files Browse the repository at this point in the history
  • Loading branch information
briandfoy committed Dec 19, 2024
1 parent 6c392e1 commit c36e9f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion util/invert-third-party.pl
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,7 @@ ( $report )
state $rc = require YAML;
state $n = 0;
my $file = sprintf '%s/report-%04d.yml', $Report_dir, ++$n;
say "==== $file\n", dumper($report);
#say "==== $file\n", dumper($report);
my $result = eval { YAML::DumpFile($file, $report) };
if( $@ ) { error( "error dumping $file: $@" ) }
return $file;
Expand Down

0 comments on commit c36e9f3

Please sign in to comment.