Skip to content

Commit 4a96b4c

Browse files
console removed
1 parent 6bac4c6 commit 4a96b4c

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

commands/init.js

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,8 @@ function create_ltconfig_file(args) {
1515
let cv=9.6
1616
if("cv" in args){
1717
cv=args["cv"]
18-
}else{
19-
2018
}
19+
2120
let config =parseInt(cv)>=10?require('./utils/default_config_10.js'):require('./utils/default_config_9.js')
2221
config.run_settings.npm_dependencies.cypress=cv.toString()
2322
let content = JSON.stringify(config, null, 3);
@@ -74,7 +73,6 @@ module.exports = function (args) {
7473
create_ltconfig_file(args);
7574
create_base_reporter_config_file(args);
7675
if ("cv" in args){
77-
console.log("cv is ",args["cv"])
7876
if (parseInt(args["cv"])>=10){
7977
create_custom_support_file(args);
8078
}

0 commit comments

Comments
 (0)