From 86185f796db741b63d0ac57e246297b670c4ac54 Mon Sep 17 00:00:00 2001 From: Tim Pillinger <26465611+wxtim@users.noreply.github.com> Date: Thu, 16 Jan 2020 10:23:05 +0000 Subject: [PATCH] remove TODO reminders for the work just done --- cylc/flow/cfgspec/suite.py | 4 ---- 1 file changed, 4 deletions(-) diff --git a/cylc/flow/cfgspec/suite.py b/cylc/flow/cfgspec/suite.py index 1683985a044..5dace6e8eda 100644 --- a/cylc/flow/cfgspec/suite.py +++ b/cylc/flow/cfgspec/suite.py @@ -302,8 +302,6 @@ def upg(cfg, descr): ['cylc', 'abort if any task fails'], ['cylc', 'events', 'abort if any task fails']) u.obsolete('8.0.0', ['runtime', '__MANY__', 'job', 'shell']) - # TODO uncomment these deprecations when ready - see todo in - # [runtime][__MANY__] section. for job_setting in [ 'execution polling intervals', 'execution retry delays', @@ -316,8 +314,6 @@ def upg(cfg, descr): ['runtime', '__MANY__', 'job', job_setting], ['runtime', '__MANY__', job_setting] ) - # TODO - there are some simple changes to the config (items from [remote] - # and [job] moved up 1 level for example) which should be upgraded here. u.upgrade() # Upgrader cannot do this type of move.