Skip to content

Commit cb77d54

Browse files
committed
rm output
1 parent a54348e commit cb77d54

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/main/java/com/qiniu/api/net/Client.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,6 @@ public void setAuth(HttpPost post) throws AuthException {
3737
public static HttpPost newPost(String url){
3838
HttpPost postMethod = new HttpPost(url);
3939
postMethod.setHeader(HEADER_AGENT, getUserAgent());
40-
System.out.println(getUserAgent());
4140
return postMethod;
4241
}
4342

0 commit comments

Comments
 (0)