Skip to content

Commit

Permalink
Removed flush from debugging statement
Browse files Browse the repository at this point in the history
  • Loading branch information
Sven Eggimann committed Mar 6, 2019
1 parent a65d623 commit a0b0a49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion energy_demand/model.py
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ def __init__(
# ------------------------
# Create Dwelling Stock
# ------------------------
logging.debug("... generating dwelling stocks", flush=True)
logging.debug("... generating dwelling stocks")
lookups = lookup_tables.basic_lookups()

if criterias['virtual_building_stock_criteria']:
Expand Down

0 comments on commit a0b0a49

Please sign in to comment.