Skip to content
Snippets Groups Projects
Commit befa9308 authored by srosse's avatar srosse
Browse files

OO-1652: remove System.out

parent 84839587
No related branches found
No related tags found
No related merge requests found
......@@ -301,7 +301,6 @@ public class WebDAVDispatcherImpl
if (log.isDebug()) {
log.debug("[" + method + "] " + path);
}
System.out.println("[" + method + "] " + path);
if (method.equals(METHOD_PROPFIND)) {
doPropfind(req, resp);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment