Skip to content

Commit daf599f

Browse files
committed
remove debug code
1 parent 0bb9761 commit daf599f

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/pyiostream.cpp

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -98,9 +98,6 @@ pystreambuf::int_type pystreambuf::overflow(pystreambuf::int_type c) {
9898
}
9999

100100
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
104101
if (pbase() != pptr()) {
105102
pywrite_buffer();
106103
setp(pbase(), epptr());

0 commit comments

Comments
 (0)