From 435eb042f79fd2917925028dace580b5c5080664 Mon Sep 17 00:00:00 2001 From: Shawn Boyette Date: Mon, 22 Sep 2008 19:33:01 +0000 Subject: [PATCH] removed banner --- yaz-cleanup | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/yaz-cleanup b/yaz-cleanup index c8f6766..2214564 100755 --- a/yaz-cleanup +++ b/yaz-cleanup @@ -10,7 +10,6 @@ $| = 1; my $term = new Term::ReadLine 'yaz-cleanup'; my $OUT = $term->OUT || \*STDOUT; -print $OUT "Interactive MARC Stream Editor starting up\n"; my $count = 0; my $reccount = 0; -- 1.7.2.5