|
From: <md...@us...> - 2008-06-11 18:33:11
|
Revision: 5476
http://matplotlib.svn.sourceforge.net/matplotlib/?rev=5476&view=rev
Author: mdboom
Date: 2008-06-11 11:33:05 -0700 (Wed, 11 Jun 2008)
Log Message:
-----------
Removing debugging output
Modified Paths:
--------------
trunk/matplotlib/src/_png.cpp
Modified: trunk/matplotlib/src/_png.cpp
===================================================================
--- trunk/matplotlib/src/_png.cpp 2008-06-11 18:05:21 UTC (rev 5475)
+++ trunk/matplotlib/src/_png.cpp 2008-06-11 18:33:05 UTC (rev 5476)
@@ -32,7 +32,6 @@
};
static void write_png_data(png_structp png_ptr, png_bytep data, png_size_t length) {
- printf("%x %x %d %x\n", png_ptr, data, *data, length);
PyObject* py_file_obj = (PyObject*)png_get_io_ptr(png_ptr);
PyObject* write_method = PyObject_GetAttrString(py_file_obj, "write");
PyObject* result = NULL;
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|