From: msw Date: Tue, 13 Jul 1999 17:43:12 +0000 (+0000) Subject: debugging info gone X-Git-Tag: r0-50~31 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=df9a89f1c702e7cf448f488b6ee2b3e9bcf82ba6;p=thirdparty%2Fnewt.git debugging info gone --- 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);