removed debug does logging

This commit is contained in:
Michiel Broek
2002-10-31 18:26:06 +00:00
parent aa87922c2b
commit 3528a2e67e
2 changed files with 3 additions and 1 deletions

View File

@@ -199,7 +199,6 @@ int reg_doing(char *data)
return -1;
strncpy(reginfo[rec].doing, line, 35);
tasklog('d', "%s (%s) does \"%s\"", reginfo[rec].prg, pid, line);
reginfo[rec].lastcon = time(NULL);
return 0;
}