From 7abfff3fc73fd75c442c60cbd43ee37ffddd9e92 Mon Sep 17 00:00:00 2001 From: Gukhwan Cho Date: Tue, 25 Aug 2015 11:24:11 +0900 Subject: [PATCH] remove log Change-Id: I127e9d3968a9731b87d59beff61e9545c5211009 Signed-off-by: Gukhwan Cho --- packaging/pims-ipc.spec | 2 +- src/pims-ipc.c | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/packaging/pims-ipc.spec b/packaging/pims-ipc.spec index 5a8e327..27093ca 100644 --- a/packaging/pims-ipc.spec +++ b/packaging/pims-ipc.spec @@ -1,6 +1,6 @@ Name: pims-ipc Summary: library for PIMs IPC -Version: 0.1.15 +Version: 0.1.16 Release: 1 Group: System/Libraries License: Apache-2.0 diff --git a/src/pims-ipc.c b/src/pims-ipc.c index 109f7f7..f406f95 100644 --- a/src/pims-ipc.c +++ b/src/pims-ipc.c @@ -661,8 +661,6 @@ static void* __io_thread(void *data) static gboolean _g_io_hup_cb(GIOChannel *src, GIOCondition condition, gpointer data) { - DEBUG("_g_io_hup_cb"); - if (G_IO_HUP & condition) { DEBUG("hung up"); __hung_up_cb(data); -- 2.7.4