Skip to content

Commit

Permalink
Remove logging config to be moved to __init__.py file.
Browse files Browse the repository at this point in the history
  • Loading branch information
hreikin committed Apr 5, 2022
1 parent 9715a6d commit 633debb
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions gen_pygments_css/gen_pygments_css.py
Expand Up @@ -4,8 +4,6 @@
from pathlib import Path
from pygments.styles import get_all_styles

logging.basicConfig(level=logging.DEBUG)

def gen_pygments_css(css_dir="css/", styles_list=list(get_all_styles()), css_selector=None):
"""Generate `CSS` stylesheets for each `Pygments` supported style.
Expand Down

0 comments on commit 633debb

Please sign in to comment.