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 dead30e commit 9433344
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion 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 9433344

Please sign in to comment.