Skip to content

Commit f2f611b

Browse files
committed
removed stray debugging printf
1 parent 618cc29 commit f2f611b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

context.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -955,7 +955,6 @@ context_cancel_callback(getdns_ContextObject *self, PyObject *args, PyObject *ke
955955
PyErr_SetString(getdns_error, GETDNS_RETURN_INVALID_PARAMETER_TEXT);
956956
return NULL;
957957
}
958-
printf("XXX tid = %ld\n", tid); /* XXX */
959958
if ((ret = getdns_cancel_callback(context, tid)) != GETDNS_RETURN_GOOD) {
960959
char err_buf[256];
961960
getdns_strerror(ret, err_buf, sizeof err_buf);

0 commit comments

Comments
 (0)