Skip to content

Commit 689bb83

Browse files
committed
don't import verbose from SS
1 parent 88121c8 commit 689bb83

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ogcore/household.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@
88
import numpy as np
99
from ogcore import tax, utils
1010
import logging
11-
from ogcore.SS import VERBOSE
1211

1312
# Configure logging
13+
VERBOSE = False
1414
log_level = logging.INFO if VERBOSE else logging.WARNING
1515
logging.basicConfig(
1616
level=log_level, format="%(message)s" # Only show the message itself

0 commit comments

Comments
 (0)