mirror of
https://github.com/mail-in-a-box/mailinabox.git
synced 2025-04-03 00:07:05 +00:00
remove logging reference
This commit is contained in:
parent
14db287766
commit
a2545522c6
@ -968,7 +968,6 @@ def run_and_output_changes(env, pool):
|
|||||||
try:
|
try:
|
||||||
prev = json.load(f)
|
prev = json.load(f)
|
||||||
except json.JSONDecodeError:
|
except json.JSONDecodeError:
|
||||||
logging.debug('Could not decode previous status checks JSON file')
|
|
||||||
prev = []
|
prev = []
|
||||||
|
|
||||||
# Group the serial output into categories by the headings.
|
# Group the serial output into categories by the headings.
|
||||||
|
Loading…
Reference in New Issue
Block a user