diff --git a/src/res.c b/src/res.c index e940f10ba..08ac4e28a 100644 --- a/src/res.c +++ b/src/res.c @@ -199,7 +199,6 @@ static void rem_request(ResRQ *old) #ifdef DEBUGMODE Debug((DEBUG_INFO, "rem_request:Remove %#x at %#x %#x", old, *rptr, r2ptr)); -ircd_log(LOG_ERROR, "Crash Info: %#x at %#x %#x - %s", old, *rptr, r2ptr, r2ptr->name ? r2ptr->name : "No name"); #endif r2ptr = old; #ifndef _WIN32