oops, diag print left in
[migration-tools.git] / marc-cleanup
index 0f2b5f8..83e7ee1 100755 (executable)
@@ -192,7 +192,6 @@ sub substitute {
         $char = "\\" . $char if ($char =~ /\W/);
         $from = join('', $from, $char);
     }
-    print $OUT "\n$from\n";
     $record[-1] =~ s/$from/$to/;
     $linecontext[3] = $record[-1];
     print_linecontext();