From e666076db9c74312f05e71c04a06fd07acdf403e Mon Sep 17 00:00:00 2001 From: Art Cancro Date: Mon, 16 Apr 2007 15:51:24 +0000 Subject: [PATCH] Removed some temporary diagnostics from the code --- webcit/webcit.c | 2 +- webcit/webcit.h | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/webcit/webcit.c b/webcit/webcit.c index 28146ab62..1efd44c92 100644 --- a/webcit/webcit.c +++ b/webcit/webcit.c @@ -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 */ diff --git a/webcit/webcit.h b/webcit/webcit.h index 2c35aa1b4..f390de2ba 100644 --- a/webcit/webcit.h +++ b/webcit/webcit.h @@ -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 */ -- 2.39.2