Skip to content

Commit 092a6ef

Browse files
committed
chore: remove logs in dev-utils
1 parent 1bc7e83 commit 092a6ef

File tree

2 files changed

+0
-6
lines changed

2 files changed

+0
-6
lines changed

dev-utils/karma.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,6 @@ function prepareConfig(config, packageName) {
185185
config.reporters.push('dots', 'saucelabs')
186186
config.browsers = Object.keys(config.customLaunchers)
187187
config.transports = ['polling']
188-
console.log('sauceLabsConfg', config)
189188
}
190189

191190
return config

dev-utils/test-utils.js

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -118,12 +118,7 @@ function runSauceConnect(config, callback) {
118118
}
119119

120120
function runKarma(configFile) {
121-
// const server = new Server({ configFile, singleRun: true }, exitCode =>
122-
// process.exit(exitCode)
123-
// )
124-
console.log('runKarma:configFile', configFile)
125121
const conf = config.parseConfig(configFile, { singleRun: true })
126-
console.log('runKarma:conf', conf)
127122
const server = new Server(conf, exitCode => process.exit(exitCode))
128123
server.start()
129124
}

0 commit comments

Comments
 (0)