From: Marcel Holtmann Date: Fri, 18 Sep 2009 03:02:22 +0000 (-0700) Subject: Remove two useless debug statements X-Git-Tag: 0.43~32 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=453f82c20b685aa9d8a73f9deb5ee1256ab077ee;p=platform%2Fupstream%2Fconnman.git Remove two useless debug statements --- diff --git a/plugins/mbm.c b/plugins/mbm.c index 9bfa51f..8b5c051 100644 --- a/plugins/mbm.c +++ b/plugins/mbm.c @@ -511,7 +511,6 @@ static int mbm_probe(struct connman_device *device) int index; DBG("device %p", device); - connman_info("mbm probe"); data = g_try_new0(struct mbm_data, 1); if (data == NULL) @@ -549,7 +548,6 @@ static int mbm_enable(struct connman_device *device) int index; DBG("device %p", device); - connman_info("mbm enable"); devnode = connman_device_get_control(device); if (devnode == NULL)