From df9a89f1c702e7cf448f488b6ee2b3e9bcf82ba6 Mon Sep 17 00:00:00 2001 From: msw Date: Tue, 13 Jul 1999 17:43:12 +0000 Subject: [PATCH] debugging info gone --- snackmodule.c | 1 - 1 file changed, 1 deletion(-) diff --git a/snackmodule.c b/snackmodule.c index caddefb..d86a3ac 100644 --- a/snackmodule.c +++ b/snackmodule.c @@ -825,7 +825,6 @@ static PyObject * widgetCheckboxTreeGetSel(snackWidget * s, sel = PyList_New(0); for (i = 0; i < numselected; i++) { PyList_Append(sel, PyInt_FromLong((int) selection[i])); - printf("got %d\n", selection[i]); } free(selection); -- 2.47.2