Skip to content

Commit

Permalink
Fix bug
Browse files Browse the repository at this point in the history
  • Loading branch information
quidl committed Sep 9, 2024
1 parent c796d35 commit d71a5a1
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": "katalon-agent",
"version": "v2.3.3",
"version": "v2.3.4",
"description": "",
"main": "cli.js",
"scripts": {
Expand Down
1 change: 0 additions & 1 deletion src/core/api/http.js
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,6 @@ module.exports = {
},

request(method, urlParam, data = {}, headers = {}, overrideOpts = {}) {
console.log('Katalon URL:', urlParam.url, 'Params:', urlParam.params);
return axios({
method,
url: urlParam.url,
Expand Down

0 comments on commit d71a5a1

Please sign in to comment.