[libdmapsharing] Remove debug statement from dacp_player_init/finalize that was giving vala-gen-introspect trouble Si
- From: W. Michael Petullo <wmpetullo src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [libdmapsharing] Remove debug statement from dacp_player_init/finalize that was giving vala-gen-introspect trouble Si
- Date: Wed, 8 Dec 2010 23:22:39 +0000 (UTC)
commit 10e2d6f23078e16733df1799bb1867781f96183b
Author: W. Michael Petullo <mike flyn org>
Date: Tue Dec 7 19:24:35 2010 -0600
Remove debug statement from dacp_player_init/finalize that was giving vala-gen-introspect trouble
Signed-off-by: W. Michael Petullo <mike flyn org>
libdmapsharing/dacp-player.c | 6 ------
1 files changed, 0 insertions(+), 6 deletions(-)
---
diff --git a/libdmapsharing/dacp-player.c b/libdmapsharing/dacp-player.c
index 5fa950a..7d4fe39 100644
--- a/libdmapsharing/dacp-player.c
+++ b/libdmapsharing/dacp-player.c
@@ -27,10 +27,6 @@ dacp_player_init (DACPPlayerInterface *iface)
{
static gboolean initialized = FALSE;
-
- //FIXME Remove debug message
- g_debug ("DACPPlayer initializing: %d", initialized);
-
if (!initialized) {
initialized = TRUE;
@@ -80,8 +76,6 @@ dacp_player_init (DACPPlayerInterface *iface)
static void
dacp_player_finalize (DACPPlayerInterface *iface)
{
- //FIXME Remove debug message
- g_debug ("DACPPlayer finalizing");
}
GType
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]