diff --git a/autotest/framework.py b/autotest/framework.py index a653ad6441a..89dd7fdb6c1 100644 --- a/autotest/framework.py +++ b/autotest/framework.py @@ -660,16 +660,6 @@ def _run_sim_or_model( else: success = True - lst_file_path = Path(workspace) / "mfsim.lst" - if ( - "mf6" in target.name - and not success - and lst_file_path.is_file() - ): - warn( - "MODFLOW 6 listing file ended with: \n" - + get_mfsim_lst_tail(lst_file_path) - ) except Exception: success = False warn(