Commented out debug logging.

git-svn-id: https://samskivert.googlecode.com/svn/trunk@124 6335cc39-0255-0410-8fd6-9bcaacd3b74c
This commit is contained in:
mdb
2001-05-26 07:10:00 +00:00
parent ed6ecaeb2e
commit 78b7a5deb5
@@ -1,5 +1,5 @@
// //
// $Id: DispatcherServlet.java,v 1.10 2001/05/26 03:24:19 mdb Exp $ // $Id: DispatcherServlet.java,v 1.11 2001/05/26 07:10:00 mdb Exp $
package com.samskivert.webmacro; package com.samskivert.webmacro;
@@ -305,7 +305,7 @@ public class DispatcherServlet extends WMServlet
{ {
// String path = cleanupURI(ctx.getRequest().getRequestURI()); // String path = cleanupURI(ctx.getRequest().getRequestURI());
String path = ctx.getRequest().getServletPath(); String path = ctx.getRequest().getServletPath();
Log.info("Loading template [path=" + path + "]."); // Log.info("Loading template [path=" + path + "].");
return getTemplate(path); return getTemplate(path);
} }