• Dario Ernst's avatar
    Replace leftover prints with logging · 6dec8eaa
    Dario Ernst authored
    In various places in the library, there were some print()s. These make
    it hard to control the output of the library externally, e.g. when
    supressing logging output for clean testing-logs.
    This commit attempts to replace all leftover print()s by logging calls.
    6dec8eaa
server.py 19.8 KB