From 8f5c3b8d1f5c105de1c6884977efd26043cbb48e Mon Sep 17 00:00:00 2001 From: "Bradley M. Kuhn" Date: Fri, 22 Jan 2016 17:10:30 -0800 Subject: [PATCH] This error checking condition is now meaningless. --- scripts/t-shirt-label-print.plx | 1 - 1 file changed, 1 deletion(-) diff --git a/scripts/t-shirt-label-print.plx b/scripts/t-shirt-label-print.plx index 5d02ea2..cedba13 100644 --- a/scripts/t-shirt-label-print.plx +++ b/scripts/t-shirt-label-print.plx @@ -117,7 +117,6 @@ foreach my $size (sort { $a cmp $b } keys %lines) { print LABELS $lines{$size}{labels}; delete $lines{$size}{labels}; } -die "error: parallel hashes had different keys?" unless scalar(keys %{$lines{$size}{labels}}) <= 0; print LIST "\n\n", '\end{tabular}',"\n"; print LIST "FINAL INVENTORY EXPECTED\n\\begin{tabular}{|l|l|} \\hline\n";