aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/mm-bearer-list.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/mm-bearer-list.c b/src/mm-bearer-list.c
index 4ae446b5..504b99ae 100644
--- a/src/mm-bearer-list.c
+++ b/src/mm-bearer-list.c
@@ -268,10 +268,6 @@ MMBearerList *
mm_bearer_list_new (guint max_bearers,
guint max_active_bearers)
{
- mm_dbg ("Creating bearer list (max: %u, max active: %u)",
- max_bearers,
- max_active_bearers);
-
/* Create the object */
return g_object_new (MM_TYPE_BEARER_LIST,
MM_BEARER_LIST_MAX_BEARERS, max_bearers,