X-Git-Url: https://code.citadel.org/?a=blobdiff_plain;f=citadel%2Fdomain.c;h=4f723134b0efdc61c95e8d7921a761361ecace7f;hb=b761c76d0823b29091f613d1e682c0a96fcbbc40;hp=7b862e97dba97d0e42b7a70388af1d5487402b0f;hpb=1112d5f6b77a2212b2f54e4d0f3a080e82c94256;p=citadel.git diff --git a/citadel/domain.c b/citadel/domain.c index 7b862e97d..4f723134b 100644 --- a/citadel/domain.c +++ b/citadel/domain.c @@ -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); }