Skip to content

Commit

Permalink
Remove debug code
Browse files Browse the repository at this point in the history
  • Loading branch information
sekmiller committed Feb 8, 2016
1 parent 22a5e93 commit 470abdf
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -151,9 +151,6 @@ public String postMetadata(String metadata) throws UnsupportedEncodingException
HttpPost httpPost = new HttpPost(this.url + "/metadata");
httpPost.setHeader("Content-Type", "application/xml;charset=UTF-8");
httpPost.setEntity(new StringEntity(metadata, "utf-8"));
System.out.print("in post metadata entity: " + httpPost.getEntity().toString());
System.out.print("In PostMetadata httpClient " + httpClient.toString());
System.out.print("In PostMetadata credentials " + context.getCredentialsProvider().getCredentials(AuthScope.ANY));
try {
HttpResponse response = httpClient.execute(httpPost,context);

Expand Down

0 comments on commit 470abdf

Please sign in to comment.