removed extranious debug output
authormiker <miker@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Thu, 8 Feb 2007 17:51:43 +0000 (17:51 +0000)
committermiker <miker@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Thu, 8 Feb 2007 17:51:43 +0000 (17:51 +0000)
git-svn-id: svn://svn.open-ils.org/ILS/trunk@6922 dcc99617-32d9-48b4-a31d-7c20da2025e4

Open-ILS/src/perlmods/OpenILS/WWW/SuperCat.pm

index 967a322..cf7d7cb 100644 (file)
@@ -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;