Skip to content

print statements in driver #11

@phartleyp

Description

@phartleyp

otii_connection.py contains a print statement that looks like it was intended for debugging.

This print statement causes problems for command-line applications that print their own text to stdout, because it introduces random "Progress on ..." messages into application output.

The print statement should be removed, or possibly replaced with a logging output to a client-specific logger. If the message is logged (instead of printed) the application can control where and how to output it.

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