We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1283ef9 commit de252d1Copy full SHA for de252d1
src/cbs.pyx
@@ -71,7 +71,7 @@ cdef class CBSTokenAuth:
71
raise ValueError("Unable to open CBS link.")
72
73
def __dealloc__(self):
74
- _logger.info("Deallocating CBSTokenAuth")
+ _logger.debug("Deallocating CBSTokenAuth")
75
76
cpdef destroy(self):
77
if <void*>self._cbs_handle is not NULL:
0 commit comments