We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4f25257 commit e7e9191Copy full SHA for e7e9191
1 file changed
rocrate_validator/cli/commands/validate.py
@@ -396,8 +396,6 @@ def validate(ctx,
396
# Show the final overview of the validation if no interactive mode
397
console.print(result.statistics)
398
399
- logger.warning("Is verbose: %s", verbose)
400
-
401
# Print the validation result
402
if not result.passed() and verbose:
403
out = Console(no_color=console.no_color, width=console.width, height=console.height)
0 commit comments