X-Git-Url: https://code.citadel.org/?a=blobdiff_plain;f=webcit%2Fnotes.c;h=ab4dfff5dff9b728be78c7b4754c0ff20563df1a;hb=14037268b1c5c0ecf3a256ef400733255f518776;hp=4222ed279d7105087051f4542994ff7b383ab8ba;hpb=739d49d8bced108ce788ddd6ff72d34300f105c5;p=citadel.git diff --git a/webcit/notes.c b/webcit/notes.c index 4222ed279..ab4dfff5d 100644 --- a/webcit/notes.c +++ b/webcit/notes.c @@ -125,8 +125,6 @@ struct vnote *vnote_new_from_msg(long msgnum,int unread) Data = load_mimepart(msgnum, relevant_partnum); } - lprintf(9, "Data is: %s\n", ChrPtr(Data)); - if (StrLength(Data) > 0) { if (!IsEmptyStr(uid_from_headers)) { // Convert an old-style note to a vNote