Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Remove header and footer in output from list_addresses.pl
See ukf/ukf-meta#149
Alex Stuart committed Oct 27, 2017
1 parent 52c3b3e commit 6a1ef6b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions utilities/list_addresses.pl
@@ -158,9 +158,7 @@ sub usage {
#
# List all wanted addresses.
#
print "--- LIST BEGIN ---\n";
foreach $addr (sort keys %wanted) {
my $a = $wanted{$addr};
print "$a\n";
}
print "--- LIST END ---\n";

0 comments on commit 6a1ef6b

Please sign in to comment.