From d8c44c84be6527572705db7eb22a2c5dea536185 Mon Sep 17 00:00:00 2001 From: miker Date: Thu, 8 Feb 2007 17:51:43 +0000 Subject: [PATCH] removed extranious debug output git-svn-id: svn://svn.open-ils.org/ILS/trunk@6922 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- Open-ILS/src/perlmods/OpenILS/WWW/SuperCat.pm | 1 - 1 file changed, 1 deletion(-) 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; -- 2.11.0