Skip to content

Commit 798324c

Browse files
committed
removed console
1 parent 0dc0763 commit 798324c

2 files changed

Lines changed: 0 additions & 2 deletions

File tree

dist/index.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3571,7 +3571,6 @@ function loadUrl(url) {
35713571
timeout: _default.values.timeout
35723572
};
35733573
_axios2.default.get(url, options).then(function (response) {
3574-
//console.log(response)
35753574
// if there was an error
35763575
if (response.status >= 400) {
35773576
reject(response);

src/getter.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,6 @@ function loadUrl(url) {
3838
}
3939
axios.get(url, options)
4040
.then(response => {
41-
//console.log(response)
4241
// if there was an error
4342
if (response.status >= 400) {
4443
reject(response);

0 commit comments

Comments
 (0)