Citadel Server and WebCit (classic) now both reload the key and cert if the modificat...
[citadel.git] / webcit / serv_func.c
index 7f26f7222051106de2811119df988fe02433d974..88af2024f5c8d6dcc6d4324c2f6af25b0ec01c22 100644 (file)
@@ -161,9 +161,6 @@ ServInfo *get_serv_info(StrBuf *browser_host, StrBuf *user_agent) {
 int GetConnected (void) {
        StrBuf *Buf;
 
-       TRACE;
-       syslog(LOG_DEBUG, "GetConnected() has been called, and ctdl_dir is \"%s\"", ctdl_dir);
-
        if (WC->ReadBuf == NULL) {
                WC->ReadBuf = NewStrBufPlain(NULL, SIZ * 4);
        }