]> granicus.if.org Git - postgis/commitdiff
Remove accidentally committed debug line
authorSandro Santilli <strk@kbt.io>
Thu, 24 Aug 2017 08:45:03 +0000 (08:45 +0000)
committerSandro Santilli <strk@kbt.io>
Thu, 24 Aug 2017 08:45:03 +0000 (08:45 +0000)
git-svn-id: http://svn.osgeo.org/postgis/trunk@15581 b70326c6-7e19-0410-871a-916f4a2858ee

utils/postgis_proc_upgrade.pl

index 65487a63361c41815bb8b9521b77d035de67ce37..19b1421f2159c8c3d51191a42b1357732aeb9200 100755 (executable)
@@ -101,7 +101,6 @@ sub find_last_updated
 sub parse_last_updated
 {
   my $comment = shift;
-       print STDERR "COMMENT: $comment\n";
   if ( $comment =~ m/.*(?:Availability|Changed|Updated):\s([^\.])\.([^.]*)/s ) {
     return $1*100 + $2;
   }