alexchee / pocket_api

Rubygem for Pocket (getpocket.com) API, formerly readitlater
MIT License
16 stars 10 forks source link

Don't log every request to the console #3

Closed captn3m0 closed 10 years ago

captn3m0 commented 10 years ago

This was necessary as it was logging all the request arguments, which can be sensitive in nature (I wouldn't want my CONSUMER_KEY to be logged in my server logs.

alexchee commented 10 years ago

Thanks, I must have left it in while I was debugging.