]> git.ipfire.org Git - thirdparty/newt.git/commitdiff
debugging info gone
authormsw <msw>
Tue, 13 Jul 1999 17:43:12 +0000 (17:43 +0000)
committermsw <msw>
Tue, 13 Jul 1999 17:43:12 +0000 (17:43 +0000)
snackmodule.c

index caddefb82dd06e580158d131c96e65971b4b2d4a..d86a3ac3afa780ea1129b7f27d0be5c82fe576fa 100644 (file)
@@ -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);