From bb8cc4132a0b5ac5bc2001b67e77f1ccf1683b6a Mon Sep 17 00:00:00 2001 From: "cyeh%netscape.com" Date: Tue, 8 Sep 1998 21:34:22 +0000 Subject: [PATCH] *** empty log message *** --- config/mac-set-timebomb.pl | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/config/mac-set-timebomb.pl b/config/mac-set-timebomb.pl index 82a8cd89a5b1..8720f0c8dc63 100644 --- a/config/mac-set-timebomb.pl +++ b/config/mac-set-timebomb.pl @@ -68,7 +68,7 @@ sub write_file { open(OUT, ">$prefs"); print OUT $contents; close(OUT); - print STDERR "$progname: wrote $prefs\n"; +# print STDERR "$progname: wrote $prefs\n"; } sub get_pref { @@ -131,10 +131,10 @@ sub set_bomb { set_indirected_bomb(0); - print STDERR sprintf("%s: timebomb goes off in %2d days (%s)\n", - $progname, $bomb_days, ctime($bomb)); - print STDERR sprintf("%s: warning goes off in %2d days (%s)\n", - $progname, $warning_days, ctime($warn)); +# print STDERR sprintf("%s: timebomb goes off in %2d days (%s)\n", +# $progname, $bomb_days, ctime($bomb)); +# print STDERR sprintf("%s: warning goes off in %2d days (%s)\n", +# $progname, $warning_days, ctime($warn)); } sub main {