Skip to content

Commit

Permalink
Remove console.logs
Browse files Browse the repository at this point in the history
  • Loading branch information
mittsh committed Jan 18, 2016
1 parent 7b0d07a commit c065ab9
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/AWSECommerceServiceDynamicValue.js
Original file line number Diff line number Diff line change
Expand Up @@ -96,9 +96,6 @@ class AWSECommerceServiceDynamicValue {
const request = context.getCurrentRequest()
const stringToSign = this.getStringToSign(request)

// console.log(stringToSign)
console.log(this.secret)

/* Calculate an RFC 2104-compliant HMAC with the string you just created,
* your AWS secret access key as the key, and SHA256 as the hash algorithm.
* Convert the resulting value to base64.
Expand Down

0 comments on commit c065ab9

Please sign in to comment.