[interchange-cvs] interchange - jon modified lib/Vend/DbSearch.pm

interchange-core@interchange.redhat.com interchange-core@interchange.redhat.com
Wed Nov 21 22:52:01 2001


User:      jon
Date:      2001-11-22 03:51:08 GMT
Modified:  lib/Vend Tag: STABLE_4_8-branch DbSearch.pm
Log:
Comment out debug statements.

Revision  Changes    Path
No                   revision



No                   revision



2.0.2.6   +5 -5      interchange/lib/Vend/DbSearch.pm


rev 2.0.2.6, prev_rev 2.0.2.5
Index: DbSearch.pm
===================================================================
RCS file: /var/cvs/interchange/lib/Vend/DbSearch.pm,v
retrieving revision 2.0.2.5
retrieving revision 2.0.2.6
diff -u -u -r2.0.2.5 -r2.0.2.6
--- DbSearch.pm	2001/11/22 03:49:58	2.0.2.5
+++ DbSearch.pm	2001/11/22 03:51:08	2.0.2.6
@@ -1,6 +1,6 @@
 # Vend::DbSearch - Search indexes with Interchange
 #
-# $Id: DbSearch.pm,v 2.0.2.5 2001/11/22 03:49:58 jon Exp $
+# $Id: DbSearch.pm,v 2.0.2.6 2001/11/22 03:51:08 jon Exp $
 #
 # Adapted for use with Interchange from Search::TextSearch
 #
@@ -26,7 +26,7 @@
 
 @ISA = qw(Vend::Search);
 
-$VERSION = substr(q$Revision: 2.0.2.5 $, 10);
+$VERSION = substr(q$Revision: 2.0.2.6 $, 10);
 
 use Search::Dict;
 use strict;
@@ -253,7 +253,7 @@
 		$@  and  return $s->search_error("Return subroutine creation: $@");
 
 		if(! defined $f and defined $limit_sub) {
-::logDebug("no f, limit, dbref=$dbref");
+#::logDebug("no f, limit, dbref=$dbref");
 			local($_);
 			while ($_ = join "\t",
 						map { s/\t/ /g; $_ }
@@ -264,7 +264,7 @@
 			}
 		}
 		elsif(defined $limit_sub) {
-::logDebug("f and limit, dbref=$dbref");
+#::logDebug("f and limit, dbref=$dbref");
 			local($_);
 			while ($_ = join "\t",
 						map { s/\t/ /g; $_ }
@@ -279,7 +279,7 @@
 			return $s->search_error('No search definition');
 		}
 		else {
-::logDebug("f and no limit, dbref=$dbref");
+#::logDebug("f and no limit, dbref=$dbref");
 			local($_);
 			while ($_ = join "\t",
 						map { s/\t/ /g; $_ }