Skip to content

Commit

Permalink
Remove log.info message
Browse files Browse the repository at this point in the history
  • Loading branch information
jonaprieto committed Nov 26, 2024
1 parent 0e9179a commit 9e23b20
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions mkdocs_juvix/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -1129,7 +1129,7 @@ def generate_images(
)
return None

log.info(
log.debug(
f"{Fore.MAGENTA}Generating images for {self.relative_filepath}{Style.RESET_ALL}"
)
_output = None
Expand Down Expand Up @@ -1330,7 +1330,7 @@ def run_pipeline_on_collection(
if self.files is None:
log.debug("> no files to process")
return

clear_screen()
log.info(
f"> running pipeline on {Fore.GREEN}{len(self.files)}{Style.RESET_ALL} files"
)
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "mkdocs-juvix-plugin"
version = "0.4.4"
version = "0.4.5"
description = "MkDocs documentation with support for Juvix Markdown files"
authors = ["Jonathan Prieto-Cubides, and GitHub contributors"]
license = "MIT"
Expand Down

0 comments on commit 9e23b20

Please sign in to comment.