Was debugging my code today and it appears that all of the possibly delisted errors were being printed twice, once from the logger and once from this print statement. You're already logging any errors, so this print statement doesn't need to be here.
Was debugging my code today and it appears that all of the
possibly delisted
errors were being printed twice, once from the logger and once from this print statement. You're already logging any errors, so this print statement doesn't need to be here.Closes #1997