moved location of debug printf define

This commit is contained in:
Jeff Hill
2001-03-07 16:31:14 +00:00
parent fc30463c7c
commit 952a1ce32e

View File

@@ -12,12 +12,6 @@
#include "iocinf.h"
#ifdef DEBUG
# define debugPrintf(argsInParen) printf argsInParen
#else
# define debugPrintf(argsInParen)
#endif
//
// the recv watchdog timer is active when this object is created
//