Commit b5948448 authored by bruse's avatar bruse
Browse files

Minor change: Removed a superfluous plot to standard out.

parent 73d9cf9a
...@@ -271,11 +271,6 @@ private String getResponse(HttpURLConnection httpConnection) throws UnsupportedE ...@@ -271,11 +271,6 @@ private String getResponse(HttpURLConnection httpConnection) throws UnsupportedE
} else { } else {
throw new IOException(); throw new IOException();
} }
System.out.println(xml);
return xml; return xml;
} }
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment