Skip to content

Commit ebe30a7

Browse files
authored
Merge pull request #265 from katalon-studio/master
Release
2 parents 1db7df0 + 6406acd commit ebe30a7

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "katalon-agent",
3-
"version": "v2.3.3",
3+
"version": "v2.3.4",
44
"description": "",
55
"main": "cli.js",
66
"scripts": {

src/core/api/http.js

-1
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,6 @@ module.exports = {
120120
},
121121

122122
request(method, urlParam, data = {}, headers = {}, overrideOpts = {}) {
123-
console.log('Katalon URL:', urlParam.url, 'Params:', urlParam.params);
124123
return axios({
125124
method,
126125
url: urlParam.url,

0 commit comments

Comments
 (0)