[pybank] Remove printf that slipped in
- From: Johan Dahlin <johan src gnome org>
- To: svn-commits-list gnome org
- Subject: [pybank] Remove printf that slipped in
- Date: Tue, 2 Jun 2009 10:47:03 -0400 (EDT)
commit 5bc5d9a3685930f71fc78eef3cb24e19ad6fcb1c
Author: Tomeu Vizoso <tomeu sugarlabs org>
Date: Wed May 27 15:47:52 2009 +0200
Remove printf that slipped in
---
bank/bank-info.c | 2 --
1 files changed, 0 insertions(+), 2 deletions(-)
diff --git a/bank/bank-info.c b/bank/bank-info.c
index 0aaee0c..2fe9a1c 100644
--- a/bank/bank-info.c
+++ b/bank/bank-info.c
@@ -600,8 +600,6 @@ _wrap_g_function_info_invoke(PyGIBaseInfo *self, PyObject *args)
length_arg = out_args[length_arg_index].v_pointer;
- printf("index %d pointer %p\n", length_arg_index, length_arg);fflush(stdout);
-
if (length_arg == NULL) {
PyErr_SetString(PyExc_RuntimeError, "Failed to get the length of the array");
return NULL;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]