* fixed some log messages that still had color in them. That doesn't belong in the...
[citadel.git] / citadel / domain.c
index 7b862e97dba97d0e42b7a70388af1d5487402b0f..4f723134b0efdc61c95e8d7921a761361ecace7f 100644 (file)
@@ -228,6 +228,5 @@ int getmx(char *mxbuf, char *dest) {
        /* Append any fallback smart hosts we have configured.
         */
        num_mxrecs += get_hosts(&mxbuf[strlen(mxbuf)], "fallbackhost");
-       CtdlLogPrintf(CTDL_DEBUG, "\033[33m%d: %s\033[0m\n", num_mxrecs, mxbuf);
        return(num_mxrecs);
 }