From: Mark Andrews Date: Sun, 15 May 2005 23:48:12 +0000 (+0000) Subject: comment out debugging prints X-Git-Tag: v9.2.6b1~78^2~138 X-Git-Url: http://git.ipfire.org/gitweb/index.cgi?a=commitdiff_plain;h=b2e221a37027fd6b909894451a29366162c91d7e;p=thirdparty%2Fbind9.git comment out debugging prints --- diff --git a/util/update_copyrights b/util/update_copyrights index 88f41f564ff..d009fae1db1 100644 --- a/util/update_copyrights +++ b/util/update_copyrights @@ -15,7 +15,7 @@ # OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR # PERFORMANCE OF THIS SOFTWARE. -# $Id: update_copyrights,v 1.39 2005/05/13 01:06:30 marka Exp $ +# $Id: update_copyrights,v 1.40 2005/05/15 23:48:12 marka Exp $ require 5.002; @@ -419,12 +419,12 @@ foreach $file (keys %file_types) { $/ = "\n"; if ($type eq 'SGML' && m:.*?:s) { - print "docinfo: $file\n"; + # print "docinfo: $file\n"; my $r = copyrights(@years); s:.*?:\n$r :s; } if ($type eq 'SGML' && m:.*?:s) { - print "bookinfo: $file\n"; + # print "bookinfo: $file\n"; my $r = copyrights(@years); s:.*?:\n$r :s; }