Skip to content

Commit

Permalink
#29 cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
itayw committed Feb 3, 2014
1 parent 6f76e93 commit 5714c34
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/common/api.js
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,6 @@ api.getJSON = function (options, objOptions, callback) {
}
else if (res.statusCode == 200) {
try {
console.log(output);
obj = JSON.parse(output);
}
catch (ex) {
Expand Down

0 comments on commit 5714c34

Please sign in to comment.