Removed debugging

pull/14/head
Tim Su 14 years ago
parent 65f3f04a8f
commit 9d22415023

@ -537,7 +537,6 @@ public class ProducteevInvoker {
throws IOException, ApiServiceException {
try {
String request = createFetchUrl(method, getParameters);
System.err.println("invoking: " + request);
String response = null;
try {
response = restClient.get(request);

Loading…
Cancel
Save