From 099e130367ea9916954bbde787a11b39366f9a83 Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Fri, 27 Jan 2023 16:01:29 -0700 Subject: [PATCH] small fix for process-metadata that injected garbage into the output --- tools/process-metadata | 1 - 1 file changed, 1 deletion(-) diff --git a/tools/process-metadata b/tools/process-metadata index d7f48ed4f5..0b0e86f445 100755 --- a/tools/process-metadata +++ b/tools/process-metadata @@ -32,7 +32,6 @@ while (<>) { } if (!$in_section) { - print "NIS\n"; next; }