We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0dc0763 commit 798324cCopy full SHA for 798324c
2 files changed
dist/index.js
@@ -3571,7 +3571,6 @@ function loadUrl(url) {
3571
timeout: _default.values.timeout
3572
};
3573
_axios2.default.get(url, options).then(function (response) {
3574
- //console.log(response)
3575
// if there was an error
3576
if (response.status >= 400) {
3577
reject(response);
src/getter.js
@@ -38,7 +38,6 @@ function loadUrl(url) {
38
}
39
axios.get(url, options)
40
.then(response => {
41
42
43
44
0 commit comments