[interchange-cvs] interchange - heins modified lib/Vend/Interpolate.pm

interchange-cvs at icdevgroup.org interchange-cvs at icdevgroup.org
Mon Jul 7 02:26:00 EDT 2003


User:      heins
Date:      2003-07-07 05:26:58 GMT
Modified:  lib/Vend Interpolate.pm
Log:
Remove debug.

Revision  Changes    Path
2.179     +3 -3      interchange/lib/Vend/Interpolate.pm


rev 2.179, prev_rev 2.178
Index: Interpolate.pm
===================================================================
RCS file: /var/cvs/interchange/lib/Vend/Interpolate.pm,v
retrieving revision 2.178
retrieving revision 2.179
diff -u -r2.178 -r2.179
--- Interpolate.pm	7 Jul 2003 04:11:34 -0000	2.178
+++ Interpolate.pm	7 Jul 2003 05:26:58 -0000	2.179
@@ -1,6 +1,6 @@
 # Vend::Interpolate - Interpret Interchange tags
 # 
-# $Id: Interpolate.pm,v 2.178 2003/07/07 04:11:34 mheins Exp $
+# $Id: Interpolate.pm,v 2.179 2003/07/07 05:26:58 mheins Exp $
 #
 # Copyright (C) 2002-2003 Interchange Development Group
 # Copyright (C) 1996-2002 Red Hat, Inc.
@@ -28,7 +28,7 @@
 require Exporter;
 @ISA = qw(Exporter);
 
-$VERSION = substr(q$Revision: 2.178 $, 10);
+$VERSION = substr(q$Revision: 2.179 $, 10);
 
 @EXPORT = qw (
 
@@ -4110,7 +4110,7 @@
 
 sub iterate_array_list {
 	my ($i, $end, $count, $text, $ary, $opt_select, $fh, $opt) = @_;
-::logDebug("passed opt=" . ::uneval($opt));
+#::logDebug("passed opt=" . ::uneval($opt));
 	my $r = '';
 	$opt ||= {};
 







More information about the interchange-cvs mailing list