From: Akim Demaille Date: Tue, 16 Jan 2001 13:31:54 +0000 (+0000) Subject: automake.in: Remove development code. X-Git-Tag: Release-1-4d~105 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=48a522a9e9068be5c329b86ef7da1b016289be24;p=thirdparty%2Fautomake.git automake.in: Remove development code. Reported by Lars. --- diff --git a/automake.in b/automake.in index a4d2fd663..ae328f1ed 100755 --- a/automake.in +++ b/automake.in @@ -7079,7 +7079,6 @@ sub transform { $result .= 's,\@' . $pattern . '\@,' . $pairs{$pattern} . ',g;'; } - print STDERR "transform: $result\n"; return $result; }