remove unused trace function
[citadel.git] / citadel / msgbase.c
index ec136d06c412810f06ce5f52edb5205a463ba141..6db04f8a1b326ecc919d57e4f7bf40ca4e312ec0 100644 (file)
@@ -2093,7 +2093,6 @@ int CtdlOutputPreLoadedMsg(
 
        if (!CM_IsValidMsg(TheMessage)) {
                syslog(LOG_ERR, "msgbase: error; invalid preloaded message for output");
-               cit_backtrace ();
                return(om_no_such_msg);
        }