Skip to content

Remove print usage in production code #243

Description

@adiroiban

See if we can remove print or replace it with a log

print(str(UnknownBERTag(i, context))) # TODO

from twisted.python import log
log.error(str(UnknownBERTag(i, context)))

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions