Thanks to visit codestin.com Credit goes to github.com
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 52eec1e commit 035f1f8Copy full SHA for 035f1f8
1 file changed
src/_png.cpp
@@ -32,7 +32,6 @@ class _png_module : public Py::ExtensionModule<_png_module>
32
};
33
34
static void write_png_data(png_structp png_ptr, png_bytep data, png_size_t length) {
35
- printf("%x %x %d %x\n", png_ptr, data, *data, length);
36
PyObject* py_file_obj = (PyObject*)png_get_io_ptr(png_ptr);
37
PyObject* write_method = PyObject_GetAttrString(py_file_obj, "write");
38
PyObject* result = NULL;
0 commit comments