mirror of
https://github.com/python/cpython.git
synced 2025-11-25 21:11:09 +00:00
Comment out a debugging print (spotted by Michael Deegan)
This commit is contained in:
parent
2031893842
commit
8353f623d6
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue