[gcompris/gcompris-9-6-1: 2/8] Minor: Removed extra debug traces.



commit 7b92fb70486905538cb48b01d71ae435fee06d69
Author: Bruno Coudoin <bruno coudoin free fr>
Date:   Wed Mar 23 00:11:23 2011 +0100

    Minor: Removed extra debug traces.

 src/boards/py-mod-utils.c |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)
---
diff --git a/src/boards/py-mod-utils.c b/src/boards/py-mod-utils.c
index 330d70f..a41de57 100644
--- a/src/boards/py-mod-utils.c
+++ b/src/boards/py-mod-utils.c
@@ -84,12 +84,11 @@ py_gc_file_find_absolute(PyObject* self, PyObject* args)
 {
   char* file;
   gchar* result;
-  printf("ICI1\n");
+
   /* Parse arguments */
   if(!PyArg_ParseTuple(args, "s:gc_file_find_absolute", &file))
     return NULL;
 
-  printf("ICI2\n");
   /* Call the corresponding C function */
   result = (gchar*)gc_file_find_absolute(file, NULL);
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]