Removing debugging messages/text

This commit is contained in:
hjk54 2010-05-17 14:01:01 +00:00
parent aab3f23f3a
commit 1c5e7fdde8
4 changed files with 0 additions and 6 deletions

View file

@ -65,7 +65,6 @@ while( iter.hasNext()){
out.write("fieldname: " + item.getFieldName() + " value: " + item.getString() );
out.write("</p>");
}else{
System.out.println("fileUPloadProcess.jsp: attempting to upload a file" );
out.write("<p>");
out.write("form field name: " + item.getFieldName()
+" filename: " + item.getName()