Removed some temporary diagnostics from the code
authorArt Cancro <ajc@citadel.org>
Mon, 16 Apr 2007 15:51:24 +0000 (15:51 +0000)
committerArt Cancro <ajc@citadel.org>
Mon, 16 Apr 2007 15:51:24 +0000 (15:51 +0000)
webcit/webcit.c
webcit/webcit.h

index 28146ab62fe8d1529975560fb5419ff63a9a12b5..1efd44c92e41b138b398adf96bd2fe5eaf4ab5aa 100644 (file)
@@ -859,7 +859,7 @@ void upload_handler(char *name, char *filename, char *partnum, char *disp,
                u->url_data = malloc(length + 1);
                memcpy(u->url_data, content, length);
                u->url_data[length] = 0;
-               lprintf(9, "Key: <%s>  Data: <%s>\n", u->url_key, u->url_data);
+               /* lprintf(9, "Key: <%s>  Data: <%s>\n", u->url_key, u->url_data); */
        }
 
        /** Uploaded files */
index 2c35aa1b4f38da744ecf050fe3d885cb3799c50b..f390de2ba93586f1446593cb07c33948e76df889 100644 (file)
@@ -396,7 +396,6 @@ struct wcsession {
        char floordiv_expanded[32];             /**< which floordiv currently expanded */
        int selected_language;                  /**< Language selected by user */
        time_t last_pager_check;                /**< last time we polled for instant msgs */
-       char addrpopup_initial_room[128];       /**< see address_book_popup.c */
 };
 
 /** values for WC->current_iconbar */