diff --git a/avocado/plugins/replay.py b/avocado/plugins/replay.py index c98681bbf35179909dde9fbb16a2336f1b0d1846..ac146f7bea91e7c8933c550778ebb52dec7081a8 100644 --- a/avocado/plugins/replay.py +++ b/avocado/plugins/replay.py @@ -226,8 +226,6 @@ class Replay(CLI): elif option in replay_args: setattr(args, option, replay_args[option]) - # Keeping this for compatibility. - # TODO: Use replay_args['reference'] at some point in the future. if getattr(args, 'reference', None): LOG_UI.warn('Overriding the replay test references with test ' 'references given in the command line.')