From 6834cac8fad70b90c6cdfe4c4d31137d0ccb3760 Mon Sep 17 00:00:00 2001 From: mayhew64 Date: Thu, 10 Jan 2008 12:57:39 +0000 Subject: [PATCH] Commented out console debugging output git-svn-id: http://webgoat.googlecode.com/svn/trunk@263 4033779f-a91e-0410-96ef-6bf7bf53c507 --- webgoat/main/project/WebContent/main.jsp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ webgoat/main/project/WebContent/main.jsp b/ webgoat/main/project/WebContent/main.jsp index 5b2a2376c..43a640d58 100644 --- a/ webgoat/main/project/WebContent/main.jsp +++ b/ webgoat/main/project/WebContent/main.jsp @@ -219,8 +219,8 @@ StringBuffer buildList = new StringBuffer(); <% if (currentLesson.getTemplatePage(webSession) != null) { - System.out.println("Main.jsp - current lesson: " + currentLesson.getName() ); - System.out.println(" - template Page: " + currentLesson.getTemplatePage(webSession)); + //System.out.println("Main.jsp - current lesson: " + currentLesson.getName() ); + //System.out.println(" - template Page: " + currentLesson.getTemplatePage(webSession)); %> <% @@ -233,7 +233,7 @@ StringBuffer buildList = new StringBuffer(); } %>
- <% out.println(currentLesson.getCredits());%> + <% out.println(currentLesson.getCredits());%>