0

removed log message in iterate.c

This commit is contained in:
Andrew Chin
2011-03-18 16:37:47 -04:00
committed by Aaron Griffith
parent b92dcd96ee
commit f9ae158457

View File

@@ -142,9 +142,7 @@ chunk_render(PyObject *self, PyObject *args) {
PyObject *t = PyList_GetItem(blockmap, block); PyObject *t = PyList_GetItem(blockmap, block);
/* PyList_GetItem returns borrowed ref */ /* PyList_GetItem returns borrowed ref */
if (t == Py_None) { if (t == Py_None) {
printf("t == Py_None. blockid=%d\n", block);
continue; continue;
} }
/* note that this version of alpha_over has a different signature than the /* note that this version of alpha_over has a different signature than the