Mentions légales du service

Skip to content
Snippets Groups Projects
Commit a6255f13 authored by Jérôme Euzenat's avatar Jérôme Euzenat
Browse files

- commented traces

parent b4d0e034
No related branches found
No related tags found
No related merge requests found
......@@ -203,9 +203,9 @@ public class HTMLAServProfile implements AlignmentServiceProfile {
if ( length > 0 ) {
char [] mess = new char[length+1];
try {
System.err.println("!!!!!"+length);
//System.err.println("!!!!!"+length);
new BufferedReader(new InputStreamReader(request.getInputStream())).read( mess, 0, length);
System.err.println("?????");
//System.err.println("?????");
} catch (Exception e) {
e.printStackTrace(); // To clean up
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment