Skip to content

Commit

Permalink
removed unwanted console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
prabirshrestha committed Jul 10, 2012
1 parent 8bd17d6 commit 528a1fa
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion fb.js
Expand Up @@ -387,7 +387,6 @@

hmac = crypto.createHmac('sha256', appSecret);
hmac.update(encodedEnvelope);
console.log('a');
base64Digest = hmac.digest('base64');

// remove Base64 padding
Expand Down

0 comments on commit 528a1fa

Please sign in to comment.