summaryrefslogtreecommitdiff
path: root/share/json2json
diff options
context:
space:
mode:
Diffstat (limited to 'share/json2json')
-rwxr-xr-xshare/json2json6
1 files changed, 0 insertions, 6 deletions
diff --git a/share/json2json b/share/json2json
index 4a78e80..47cb83d 100755
--- a/share/json2json
+++ b/share/json2json
@@ -17,12 +17,6 @@ my @ds100
= map { $_->{ds100} } sort { $a->{ds100} cmp $b->{ds100} } @{$stations};
my @eva_ids = map { $_->{eva} } sort { $a->{eva} <=> $b->{eva} } @{$stations};
-for my $i ( 1 .. $#names ) {
- if ( $names[ $i - 1 ] eq $names[$i] ) {
- say "Duplicate station name: $names[$i]";
- $have_duplicates = 1;
- }
-}
for my $i ( 1 .. $#ds100 ) {
if ( $ds100[ $i - 1 ] eq $ds100[$i] ) {
say "Duplicate DS100 code: $ds100[$i]";