r1057@llin: dpavlin | 2006-09-29 22:23:05 +0200
authorDobrica Pavlinusic <dpavlin@rot13.org>
Fri, 29 Sep 2006 20:25:34 +0000 (20:25 +0000)
committerDobrica Pavlinusic <dpavlin@rot13.org>
Fri, 29 Sep 2006 20:25:34 +0000 (20:25 +0000)
 less chatty

git-svn-id: svn+ssh://mjesec/home/dpavlin/svn/webpac2/trunk@732 07558da8-63fa-0310-ba24-9fe276d99e06

run.pl

diff --git a/run.pl b/run.pl
index 8c423ec..cbd700b 100755 (executable)
--- a/run.pl
+++ b/run.pl
@@ -366,11 +366,11 @@ while (my ($database, $db_config) = each %{ $config->databases }) {
 
                                WebPAC::Normalize::data_structure(
                                        row => $rec,
-                                       rules => "_debug(2); $rules _debug(0)",
+                                       rules => $rules,
                                        config => create_ds_config( $db_config, $database, $input, $mfn ),
                                );
 
-                               warn "current lookup: ", dump(WebPAC::Normalize::_get_lookup());
+                               #warn "current lookup: ", dump(WebPAC::Normalize::_get_lookup());
                        };
 
                        WebPAC::Normalize::_set_lookup( undef );