Skip to content

Commit a9019e9

Browse files
Japneet Singh ChawlaJapneet Singh Chawla
authored andcommitted
removed extra log
1 parent 21454bb commit a9019e9

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

commands/utils/validate.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,6 @@ module.exports = validate_config = function (lt_config) {
141141
"downloads" in lt_config["run_settings"] &&
142142
lt_config["run_settings"]["downloads"] != ""
143143
) {
144-
console.log(lt_config["run_settings"]);
145144
let download_folders = lt_config["run_settings"]["downloads"].split(",");
146145
for (folder in download_folders) {
147146
if (folder[0] != ".") {

0 commit comments

Comments
 (0)