See if we can remove `print` or replace it with a log https://github.com/twisted/ldaptor/blob/4bfe2897c8b9b510d647fb1c2a5b50c88d492ab1/ldaptor/protocols/pureber.py#L382 ``` from twisted.python import log log.error(str(UnknownBERTag(i, context))) ```