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

interchange-cvs at icdevgroup.org interchange-cvs at icdevgroup.org
Fri Oct 31 18:53:41 EST 2003


User:      racke
Date:      2003-10-31 23:53:41 GMT
Modified:  lib/Vend Interpolate.pm
Log:
deactivate debug statement in tag_counter

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


rev 2.195, prev_rev 2.194
Index: Interpolate.pm
===================================================================
RCS file: /var/cvs/interchange/lib/Vend/Interpolate.pm,v
retrieving revision 2.194
retrieving revision 2.195
diff -u -r2.194 -r2.195
--- Interpolate.pm	24 Oct 2003 15:01:40 -0000	2.194
+++ Interpolate.pm	31 Oct 2003 23:53:41 -0000	2.195
@@ -1,6 +1,6 @@
 # Vend::Interpolate - Interpret Interchange tags
 # 
-# $Id: Interpolate.pm,v 2.194 2003/10/24 15:01:40 jon Exp $
+# $Id: Interpolate.pm,v 2.195 2003/10/31 23:53:41 racke 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.194 $, 10);
+$VERSION = substr(q$Revision: 2.195 $, 10);
 
 @EXPORT = qw (
 
@@ -2346,7 +2346,7 @@
 sub tag_counter {
     my $file = shift || 'etc/counter';
 	my $opt = shift;
-::logDebug("counter: file=$file start=$opt->{start} sql=$opt->{sql} routine=$opt->{inc_routine} caller=" . scalar(caller()) );
+#::logDebug("counter: file=$file start=$opt->{start} sql=$opt->{sql} routine=$opt->{inc_routine} caller=" . scalar(caller()) );
 	if($opt->{sql}) {
 		my ($tab, $seq) = split /:+/, $opt->{sql}, 2;
 		my $db = database_exists_ref($tab);








More information about the interchange-cvs mailing list