andrei          Fri Nov  5 13:32:08 2004 EDT

  Modified files:              
    /CVSROOT    loginfo.pl 
  Log:
  Comment out debug info.
  
  
http://cvs.php.net/diff.php/CVSROOT/loginfo.pl?r1=1.78&r2=1.79&ty=u
Index: CVSROOT/loginfo.pl
diff -u CVSROOT/loginfo.pl:1.78 CVSROOT/loginfo.pl:1.79
--- CVSROOT/loginfo.pl:1.78     Sat Oct 16 18:32:53 2004
+++ CVSROOT/loginfo.pl  Fri Nov  5 13:32:06 2004
@@ -83,8 +83,8 @@
 
 # is this script already in the last changed directory?
 
-print "DIRECTORY $directory\n";
-print "LAST_DIR $last_directory\n";
+#print "DIRECTORY $directory\n";
+#print "LAST_DIR $last_directory\n";
 
 # exit if this isn't the last directory
 &bail if($last_directory ne $directory);
@@ -93,16 +93,16 @@
 # before a line that begins with "Log Message"
 my ($logmsg,$tag) = &get_log_message();
 
-print "$$ before fork\n";
+#print "$$ before fork\n";
 
 
 # now we fork off into the background and generate the email
 if(fork() != 0) {
-  print "$$ exiting\n";
+#  print "$$ exiting\n";
   exit(0);
 }
 
-print "$$ after fork\n";
+#print "$$ after fork\n";
 
 
 #print "Reading summary file\n";

-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to