From 90d822c6b54e74ca5718f46831090ac3886b5947 Mon Sep 17 00:00:00 2001 From: hjkhjk54 Date: Fri, 1 Jul 2011 21:45:01 +0000 Subject: [PATCH] removed output statements --- webapp/web/edit/editRequestDispatch.jsp | 2 -- 1 file changed, 2 deletions(-) diff --git a/webapp/web/edit/editRequestDispatch.jsp b/webapp/web/edit/editRequestDispatch.jsp index 3114bfd89..e7c825106 100644 --- a/webapp/web/edit/editRequestDispatch.jsp +++ b/webapp/web/edit/editRequestDispatch.jsp @@ -29,8 +29,6 @@ public static Log log = LogFactory.getLog("edu.cornell.mannlib.vitro.webapp.jsp. if(request.getParameter("switchToDisplayModel") != null) { //forward to Edit Request Dispatch Controller String queryString = request.getQueryString(); - System.out.println("Query string is " + queryString); - System.out.println("Servlet path is " + request.getServletPath() + " and context path si " + request.getContextPath()); response.sendRedirect("http://localhost:8080/vivo/editRequestDispatch?" + queryString); } /*