diff --git a/yarl/_quoting_c.pyx b/yarl/_quoting_c.pyx index eefd9bd3..5b35fff8 100644 --- a/yarl/_quoting_c.pyx +++ b/yarl/_quoting_c.pyx @@ -95,7 +95,6 @@ cdef struct Writer: cdef inline void _init_writer(Writer* writer): cdef char *buf if IS_GIL_DISABLED: - print("Calling malloc...") buf = PyMem_Malloc(BUF_SIZE) if buf == NULL: PyErr_NoMemory()