File tree Expand file tree Collapse file tree 2 files changed +0
-6
lines changed Expand file tree Collapse file tree 2 files changed +0
-6
lines changed Original file line number Diff line number Diff line change @@ -185,7 +185,6 @@ function prepareConfig(config, packageName) {
185
185
config . reporters . push ( 'dots' , 'saucelabs' )
186
186
config . browsers = Object . keys ( config . customLaunchers )
187
187
config . transports = [ 'polling' ]
188
- console . log ( 'sauceLabsConfg' , config )
189
188
}
190
189
191
190
return config
Original file line number Diff line number Diff line change @@ -118,12 +118,7 @@ function runSauceConnect(config, callback) {
118
118
}
119
119
120
120
function runKarma ( configFile ) {
121
- // const server = new Server({ configFile, singleRun: true }, exitCode =>
122
- // process.exit(exitCode)
123
- // )
124
- console . log ( 'runKarma:configFile' , configFile )
125
121
const conf = config . parseConfig ( configFile , { singleRun : true } )
126
- console . log ( 'runKarma:conf' , conf )
127
122
const server = new Server ( conf , exitCode => process . exit ( exitCode ) )
128
123
server . start ( )
129
124
}
You can’t perform that action at this time.
0 commit comments