Skip to content

Commit

Permalink
Removing debugging statement
Browse files Browse the repository at this point in the history
  • Loading branch information
mikeal committed Jan 21, 2011
1 parent 1e459e8 commit db5bb76
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion request/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ var toBase64 = function(str) {
};

function request (options, callback) {
console.log(options.uri)
if (!options.uri) {
throw new Error("options.uri is a required argument")
} else {
Expand Down

0 comments on commit db5bb76

Please sign in to comment.