Skip to content

Commit

Permalink
remove console log
Browse files Browse the repository at this point in the history
  • Loading branch information
jojordan3 committed Oct 28, 2021
1 parent 502541e commit c4e02e5
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
2 changes: 0 additions & 2 deletions dist/all.js
Original file line number Diff line number Diff line change
Expand Up @@ -1268,7 +1268,6 @@ function _defineProperty(obj, key, value) { if (key in obj) { Object.definePrope

if (options.tagsInput.bulkSingleRequest) {
var request_config = JSON.parse(options.tagsInput.bulkSingleRequest);
console.log(request_config);
return Api.post({
url: request_config.url,
data: {
Expand All @@ -1277,7 +1276,6 @@ function _defineProperty(obj, key, value) { if (key in obj) { Object.definePrope
}
}).then(function (response) {
response.map(function (item) {
console.log(item);
tagsInput.addTag(item);
});
});
Expand Down
Loading

0 comments on commit c4e02e5

Please sign in to comment.