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

@ -43,6 +43,9 @@ v0.35.05 19-Oct-2002
The AreaMgr reuqests now honor the setting of the switches The AreaMgr reuqests now honor the setting of the switches
Plus All, Notify, Passwd and Pause. Plus All, Notify, Passwd and Pause.
mbtask:
Removed debug logging of "does" info.
v0.35.04 29-Sep-2002 - 19-Oct-2002. v0.35.04 29-Sep-2002 - 19-Oct-2002.

View File

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