Skip to content

Remove impolite prints #27

@elvijs

Description

@elvijs

We have a lot of print calls scattered around the main code base. This is a bit impolite as any user of the package will always get our print messages on their terminal, which in turn can obscure the user's own code.

Proposed solution:

  • replace print with logging messages.
  • Expose a convenience function for users to manage the verbosity level.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions