Skip to content

Commit

Permalink
Don't set loglevel
Browse files Browse the repository at this point in the history
  • Loading branch information
danmichaelo committed Jan 22, 2016
1 parent 3bf3151 commit 8804ba4
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion mwtemplates/preprocessor.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
import logging

logger = logging.getLogger(__name__)
logger.setLevel(logging.DEBUG)

# First we define a few useful functions from PHP:

Expand Down
1 change: 0 additions & 1 deletion mwtemplates/templateeditor2.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,6 @@
from mwtemplates.preprocessor import preprocessToXml

logger = logging.getLogger(__name__)
logger.setLevel(logging.DEBUG)


def force_encoded_string_output(func):
Expand Down

0 comments on commit 8804ba4

Please sign in to comment.