From 453f82c20b685aa9d8a73f9deb5ee1256ab077ee Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Thu, 17 Sep 2009 20:02:22 -0700 Subject: [PATCH] Remove two useless debug statements --- plugins/mbm.c | 2 -- 1 file changed, 2 deletions(-) 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) -- 2.7.4