[postgis-tickets] r15581 - Remove accidentally committed debug line
Sandro Santilli
strk at kbt.io
Thu Aug 24 01:45:03 PDT 2017
Author: strk
Date: 2017-08-24 01:45:03 -0700 (Thu, 24 Aug 2017)
New Revision: 15581
Modified:
trunk/utils/postgis_proc_upgrade.pl
Log:
Remove accidentally committed debug line
Modified: trunk/utils/postgis_proc_upgrade.pl
===================================================================
--- trunk/utils/postgis_proc_upgrade.pl 2017-08-24 03:56:41 UTC (rev 15580)
+++ trunk/utils/postgis_proc_upgrade.pl 2017-08-24 08:45:03 UTC (rev 15581)
@@ -101,7 +101,6 @@
sub parse_last_updated
{
my $comment = shift;
- print STDERR "COMMENT: $comment\n";
if ( $comment =~ m/.*(?:Availability|Changed|Updated):\s([^\.])\.([^.]*)/s ) {
return $1*100 + $2;
}
More information about the postgis-tickets
mailing list