Mentions légales du service

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

- suppressed printouts

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