Remove two useless debug statements
authorMarcel Holtmann <marcel@holtmann.org>
Fri, 18 Sep 2009 03:02:22 +0000 (20:02 -0700)
committerMarcel Holtmann <marcel@holtmann.org>
Fri, 18 Sep 2009 03:02:22 +0000 (20:02 -0700)
plugins/mbm.c

index 9bfa51f..8b5c051 100644 (file)
@@ -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)