Skip to content

Commit

Permalink
Console cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
udivankin authored and udi committed Aug 29, 2018
1 parent 3b7559a commit 8eb787a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "pico-ajax",
"version": "0.2.4",
"version": "0.2.5",
"description": "Very tiny yet functional ajax library written in ES6",
"main": "dist/index.js",
"module": "dist/index.js",
Expand Down
1 change: 0 additions & 1 deletion src/helpers.js
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,6 @@ export function decompress(response, responseBuffer) {
* @returns {function}
*/
export function getRequestMethod(requestOptions) {
console.log(requestOptions);
return requestOptions.protocol === 'https:' ? https.request : http.request;
}

Expand Down

0 comments on commit 8eb787a

Please sign in to comment.