From: miker Date: Thu, 8 Feb 2007 17:51:43 +0000 (+0000) Subject: removed extranious debug output X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=d8c44c84be6527572705db7eb22a2c5dea536185;p=Evergreen.git removed extranious debug output git-svn-id: svn://svn.open-ils.org/ILS/trunk@6922 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- diff --git a/Open-ILS/src/perlmods/OpenILS/WWW/SuperCat.pm b/Open-ILS/src/perlmods/OpenILS/WWW/SuperCat.pm index 967a322e3a..cf7d7cb418 100644 --- a/Open-ILS/src/perlmods/OpenILS/WWW/SuperCat.pm +++ b/Open-ILS/src/perlmods/OpenILS/WWW/SuperCat.pm @@ -968,7 +968,6 @@ sub opensearch_feed { my $cache_key = ''; my $searches = {}; while ($term_copy =~ s/((?:keyword(?:\|\w+)?|title(?:\|\w+)?|author(?:\|\w+)?|subject(?:\|\w+)?|series(?:\|\w+)?|site|dir|sort|lang):[^:]+)$//so) { - warn $1; my ($c,$t) = split ':' => $1; if ($c eq 'site') { $org = $t;