We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0bb9761 commit daf599fCopy full SHA for daf599f
src/pyiostream.cpp
@@ -98,9 +98,6 @@ pystreambuf::int_type pystreambuf::overflow(pystreambuf::int_type c) {
98
}
99
100
int pystreambuf::sync_() {
101
- // std::cout << "sync \n" << pbase() << " pptr-pbase " << pptr()-pbase() << "
102
- // epptr-pbase " << epptr()-pbase() << std::endl; if buffer is not empty, write buffer
103
- // to sink
104
if (pbase() != pptr()) {
105
pywrite_buffer();
106
setp(pbase(), epptr());
0 commit comments