Comment out a debugging print (spotted by Michael Deegan)
This commit is contained in:
parent
2031893842
commit
8353f623d6
|
@ -1096,7 +1096,7 @@ PyCursesWindow_SubWin(PyCursesWindowObject *self, PyObject *args)
|
|||
return NULL;
|
||||
}
|
||||
|
||||
printf("Subwin: %i %i %i %i \n", nlines, ncols, begin_y, begin_x);
|
||||
/* printf("Subwin: %i %i %i %i \n", nlines, ncols, begin_y, begin_x); */
|
||||
if (self->win->_flags & _ISPAD)
|
||||
win = subpad(self->win, nlines, ncols, begin_y, begin_x);
|
||||
else
|
||||
|
|
Loading…
Reference in New Issue