From: Art Cancro Date: Thu, 23 Jun 2005 04:08:46 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: v7.86~4820 X-Git-Url: https://code.citadel.org/?a=commitdiff_plain;h=c11108715d072208ae2b5bc02c2f5a735411a470;p=citadel.git *** empty log message *** --- diff --git a/webcit/groupdav_main.c b/webcit/groupdav_main.c index 06e5a6f59..8df601a55 100644 --- a/webcit/groupdav_main.c +++ b/webcit/groupdav_main.c @@ -159,7 +159,6 @@ void groupdav_main(struct httprequest *req, while (ds=strstr(dav_pathname, "//"), ds != NULL) { strcpy(ds, ds+1); } - lprintf(9, "dav_pathname: %s\n", dav_pathname); /* * If there's an If-Match: header, strip out the quotes if present, and