Skip to content

Commit

Permalink
#5749 remove extraneous logging
Browse files Browse the repository at this point in the history
  • Loading branch information
sekmiller committed Sep 6, 2019
1 parent 09fe94b commit 151b3b8
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,6 @@ public boolean testDOIExists(String doi) {
* @return
*/
public String postMetadata(String metadata) {
System.out.println("postMetadata url: " + this.url + "/metadata");

HttpPost httpPost = new HttpPost(this.url + "/metadata");
httpPost.setHeader("Content-Type", "application/xml;charset=UTF-8");
Expand Down

0 comments on commit 151b3b8

Please sign in to comment.