diff options
author | Philip Sargent <philip.sargent@klebos.com> | 2021-04-13 22:27:01 +0100 |
---|---|---|
committer | Philip Sargent <philip.sargent@klebos.com> | 2021-04-13 22:27:01 +0100 |
commit | daf58e9e45b5c2d94cbdcd00d9883cfa6b01c6dd (patch) | |
tree | cd133a50d9a0fba265b6b07b6ff66cf01cce655a /core/models/caves.py | |
parent | 2467065ac35e17938750f1d977ecf799f529ee07 (diff) | |
download | troggle-daf58e9e45b5c2d94cbdcd00d9883cfa6b01c6dd.tar.gz troggle-daf58e9e45b5c2d94cbdcd00d9883cfa6b01c6dd.tar.bz2 troggle-daf58e9e45b5c2d94cbdcd00d9883cfa6b01c6dd.zip |
replace assert() with message logging
Diffstat (limited to 'core/models/caves.py')
-rw-r--r-- | core/models/caves.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/core/models/caves.py b/core/models/caves.py index be44e8f..edaae9a 100644 --- a/core/models/caves.py +++ b/core/models/caves.py @@ -1,7 +1,6 @@ import string import os import datetime -import logging import re import json from subprocess import call |