Skip to content

Commit e7e9191

Browse files
committed
chore(cli): 🗑️ clean up
1 parent 4f25257 commit e7e9191

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

rocrate_validator/cli/commands/validate.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -396,8 +396,6 @@ def validate(ctx,
396396
# Show the final overview of the validation if no interactive mode
397397
console.print(result.statistics)
398398

399-
logger.warning("Is verbose: %s", verbose)
400-
401399
# Print the validation result
402400
if not result.passed() and verbose:
403401
out = Console(no_color=console.no_color, width=console.width, height=console.height)

0 commit comments

Comments
 (0)