[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[GNUnet-SVN] r2639 - gnunet-gtk/src/common
From: |
grothoff |
Subject: |
[GNUnet-SVN] r2639 - gnunet-gtk/src/common |
Date: |
Sat, 22 Apr 2006 14:08:34 -0700 (PDT) |
Author: grothoff
Date: 2006-04-22 14:08:32 -0700 (Sat, 22 Apr 2006)
New Revision: 2639
Modified:
gnunet-gtk/src/common/helper.c
Log:
fix
Modified: gnunet-gtk/src/common/helper.c
===================================================================
--- gnunet-gtk/src/common/helper.c 2006-04-22 20:21:57 UTC (rev 2638)
+++ gnunet-gtk/src/common/helper.c 2006-04-22 21:08:32 UTC (rev 2639)
@@ -78,7 +78,6 @@
SaveCall * call = data;
int i;
- printf("Running save call!\n");
/* clearly, we are no longer pending,
so remove from psc */
if (call->sem != NULL) {
@@ -99,7 +98,6 @@
call->func(call->args);
if (call->sem != NULL)
SEMAPHORE_UP(call->sem);
- printf("Running save call done.\n");
return FALSE;
}
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [GNUnet-SVN] r2639 - gnunet-gtk/src/common,
grothoff <=