Skip to content
This repository was archived by the owner on Jan 3, 2024. It is now read-only.

Commit 3c6dd83

Browse files
committed
[2.1.3] Remove logLevel 'debug'
1 parent de4a898 commit 3c6dd83

File tree

3 files changed

+2
-4
lines changed

3 files changed

+2
-4
lines changed

.travis.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,5 @@ language: node_js
22
node_js:
33
- "8"
44
- "9"
5-
- "10"
65
script:
7-
- npm run test
6+
- npm test

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "tipsi-appium-helper",
3-
"version": "2.1.2",
3+
"version": "2.1.3",
44
"description": "Tipsi Appium Helper",
55
"main": "src/index.js",
66
"bin": {

src/helper.js

-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@ class Helper {
2525
automationName: config.automationName,
2626
newCommandTimeout: 60000,
2727
},
28-
logLevel: 'debug',
2928
path: '/wd/hub',
3029
host: config.appiumHost,
3130
port: config.appiumPort,

0 commit comments

Comments
 (0)