Removed debug messages for obsolete ticfiles

This commit is contained in:
Michiel Broek 2005-12-31 12:31:14 +00:00
parent 400dcc5a91
commit 2b27fff8c2
2 changed files with 4 additions and 2 deletions

View File

@ -1,6 +1,8 @@
$Id$
v0.83.6 17-Dec-2005
v0.83.7 31-Dec-2005
v0.83.6 17-Dec-2005 - 31-Dec-2005
mbfido:
Removed gated SB debug logmessages.

View File

@ -65,7 +65,7 @@ int Tic()
DIR *dp;
struct dirent *de;
struct stat sbuf;
int i, rc = 0, first = TRUE, Age;
int i, rc = 0, Age;
fd_list *fdl = NULL;
orphans *opl = NULL, *tmp;
time_t Now, Fdate;