From 762e75d23187b0ddf56e119eae639431c3aabc14 Mon Sep 17 00:00:00 2001 From: Dobrica Pavlinusic Date: Sun, 20 May 2007 16:19:13 +0000 Subject: [PATCH] r1211@llin: dpavlin | 2007-05-20 14:48:37 +0200 Removed debugging output git-svn-id: svn+ssh://mjesec/home/dpavlin/svn/webpac2/trunk@826 07558da8-63fa-0310-ba24-9fe276d99e06 --- lib/WebPAC/Parser.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/WebPAC/Parser.pm b/lib/WebPAC/Parser.pm index 706d5b4..13ed09a 100644 --- a/lib/WebPAC/Parser.pm +++ b/lib/WebPAC/Parser.pm @@ -262,7 +262,7 @@ sub _read_sources { $self->{valid_inputs}->{$database}->{$input_name}++; push @sources, sub { - warn "### $database $input_name, $full ###\n"; + #warn "### $database $input_name, $full ###\n"; $self->_parse_source( $database, $input_name, $full, $s ); }; -- 2.20.1