Skip to content

Commit f663c31

Browse files
committed
remove unwanted changes
1 parent 0c32b99 commit f663c31

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/commander/capture.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,6 @@ command
3838
}
3939
try {
4040
ctx.webStaticConfig = JSON.parse(fs.readFileSync(file, 'utf8'));
41-
ctx.log.info({config : ctx.webStaticConfig})
4241
if (!validateWebStaticConfig(ctx.webStaticConfig)){
4342
ctx.log.debug(JSON.stringify(validateWebStaticConfig.errors, null, 2));
4443
// Iterate and add warning for "additionalProperties"

0 commit comments

Comments
 (0)