diff --git a/ChangeLog b/ChangeLog index 967cfd2f..f059e173 100644 --- a/ChangeLog +++ b/ChangeLog @@ -43,6 +43,9 @@ v0.35.05 19-Oct-2002 The AreaMgr reuqests now honor the setting of the switches Plus All, Notify, Passwd and Pause. + mbtask: + Removed debug logging of "does" info. + v0.35.04 29-Sep-2002 - 19-Oct-2002. diff --git a/mbtask/taskregs.c b/mbtask/taskregs.c index ebf43a29..338685b7 100644 --- a/mbtask/taskregs.c +++ b/mbtask/taskregs.c @@ -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; }