[interchange-cvs] interchange - heins modified code/UserTag/ups_query.tag

interchange-core@icdevgroup.org interchange-core@icdevgroup.org
Wed May 14 08:42:00 2003


User:      heins
Date:      2003-05-14 12:41:08 GMT
Modified:  code/UserTag ups_query.tag
Log:
* Remove random logGlobal.

Revision  Changes    Path
1.4       +0 -2      interchange/code/UserTag/ups_query.tag


rev 1.4, prev_rev 1.3
Index: ups_query.tag
===================================================================
RCS file: /var/cvs/interchange/code/UserTag/ups_query.tag,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- ups_query.tag	13 May 2003 19:05:18 -0000	1.3
+++ ups_query.tag	14 May 2003 12:41:08 -0000	1.4
@@ -32,8 +32,6 @@
 	# In the U.S., UPS only wants the 5-digit base ZIP code, not ZIP+4
 	$country eq 'US' and $zip =~ /^(\d{5})/ and $zip = $1;
 
-::logGlobal("calling with: " . join("|", $mode, $origin, $zip, $weight, $country,$modulo));
-
 	my $cache;
 	my $cache_code;
 	my $db;