Skip to content

Commit de252d1

Browse files
committed
Downgraded logging level
1 parent 1283ef9 commit de252d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/cbs.pyx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ cdef class CBSTokenAuth:
7171
raise ValueError("Unable to open CBS link.")
7272

7373
def __dealloc__(self):
74-
_logger.info("Deallocating CBSTokenAuth")
74+
_logger.debug("Deallocating CBSTokenAuth")
7575

7676
cpdef destroy(self):
7777
if <void*>self._cbs_handle is not NULL:

0 commit comments

Comments
 (0)