From 7eef2f621d511d295185a99093d4dcbde2db7b4e Mon Sep 17 00:00:00 2001 From: florent <florent@laas.fr> Date: Sat, 18 Dec 2010 17:36:45 +0100 Subject: [PATCH] Remove debug output. * src/entity-py.cc. --- src/entity-py.cc | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/entity-py.cc b/src/entity-py.cc index 5efb5ad..998fe8d 100644 --- a/src/entity-py.cc +++ b/src/entity-py.cc @@ -182,7 +182,6 @@ namespace dynamicgraph { unsigned int size; PyObject* row; unsigned int nRows; - FILE* file; switch (valueType) { case (Value::BOOL) : @@ -268,9 +267,6 @@ namespace dynamicgraph { "matrix"); } nCols = PyTuple_Size(row); - file = fopen("/home/florent/tmp/python", "w"); - PyObject_Print(row, file, Py_PRINT_RAW); - fclose(file); m.resize(nRows, nCols); fillMatrixRow(m, 0, row); -- GitLab