Skip to content

Commit

Permalink
Merge pull request #352 from liangchaoboy/master
Browse files Browse the repository at this point in the history
Delete print information
  • Loading branch information
longbai authored Sep 10, 2018
2 parents 4d75fb8 + e473df7 commit c98412c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/main/java/com/qiniu/util/Auth.java
Original file line number Diff line number Diff line change
Expand Up @@ -312,7 +312,6 @@ public String signRequestV2(String urlString, String method, byte[] body, String
}
}

System.out.println(sb.toString());
mac.update(StringUtils.utf8Bytes(sb.toString()));

String digest = UrlSafeBase64.encodeToString(mac.doFinal());
Expand Down

0 comments on commit c98412c

Please sign in to comment.