--- lbbs/src/main.c 2004/10/19 17:11:39 1.4 +++ lbbs/src/main.c 2004/10/20 07:46:32 1.5 @@ -47,21 +47,5 @@ main (int argc, char *argv[]) //Initialize socket server net_server(BBS_address, BBS_port); -/* - FILE *fp; - time_t t; - - while (1) - { - sleep (60); - if ((fp = fopen ("bbsd.log", "a")) >= 0) - { - t = time (0); - fprintf (fp, "I'm here at %s\n", asctime (localtime (&t))); - fclose (fp); - } - } -*/ - return 0; }