* ParsePref() was returning if it encountered a blank line in the preferences data...
[citadel.git] / webcit / auth.c
index d74f1ce6232c1c2d70d3d940244a6f764e832b82..2f023a5ecb31a7464b25d60bd29e21139d178fab 100644 (file)
@@ -148,7 +148,6 @@ void become_logged_in(const StrBuf *user, const StrBuf *pass, StrBuf *serv_respo
        Buf = NewStrBuf();
        serv_puts("CHEK");
        StrBuf_ServGetln(Buf);
-       lprintf(9, "%s:%d CHEK server reply: %s\n", __FILE__, __LINE__, ChrPtr(Buf));
        if (GetServerStatus(Buf, NULL) == 2) {
                const char *pch;