]> code.citadel.org Git - citadel.git/blobdiff - webcit-ng/room_functions.c
Mailbox refresh is working completely now.
[citadel.git] / webcit-ng / room_functions.c
index d2e75f55b0ad8a9c8faa70a419012e71fbd7eb21..67b3e9082943ca78a952b0048e00c6d8fa9a3ff5 100644 (file)
@@ -80,7 +80,6 @@ void json_stat(struct http_transaction *h, struct ctdlsession *c) {
 
        ctdl_printf(c, "STAT");
        ctdl_readline(c, buf, sizeof(buf));
-       syslog(LOG_DEBUG, "%s", buf);
        if (buf[0] == '2') {
                JsonValue *j = NewJsonObject(HKEY("stat"));
                extract_token(field, &buf[4], 0, '|', sizeof field);