From: ewt Date: Mon, 12 Jul 1999 18:47:46 +0000 (+0000) Subject: removed some leftover printf() calls X-Git-Tag: r0-50~34 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6054fb35e7aeee8725687bfb63ae37f198f85eef;p=thirdparty%2Fnewt.git removed some leftover printf() calls --- diff --git a/checkboxtree.c b/checkboxtree.c index b874c8d..d637549 100644 --- a/checkboxtree.c +++ b/checkboxtree.c @@ -160,13 +160,9 @@ int newtCheckboxTreeAddArray(newtComponent co, int i, index, numIndexes; struct CheckboxTree * ct = co->data; - printf("here\n"); - numIndexes = 0; while (indexes[numIndexes] != NEWT_ARG_LAST) numIndexes++; - printf("there\n"); - if (!ct->itemlist) { if (numIndexes > 1) return -1; diff --git a/snackmodule.c b/snackmodule.c index 35c422d..9cba457 100644 --- a/snackmodule.c +++ b/snackmodule.c @@ -837,7 +837,6 @@ static PyObject * widgetCheckboxTreeAddItem(snackWidget * s, PyObject * args) { for (i = 0; i < len; i++) { o = PyTuple_GetItem(pathList, i); path[i] = PyInt_AsLong(o); - printf("found %d\n", path[i]); } path[len] = NEWT_ARG_LAST;