iface-modem-3gpp: remove redundant log message

It doesn't give us any valuable information, so just remove it.
This commit is contained in:
Aleksander Morgado
2021-05-23 14:17:57 +02:00
parent 7c5e27caf9
commit e46e36b36e

View File

@@ -2534,7 +2534,6 @@ sync_eps_bearer_ready (MMIfaceModem3gpp *self,
g_autoptr(MMBearerProperties) properties = NULL;
g_autoptr(GError) error = NULL;
mm_obj_dbg (self, "EPS bearer sync ready");
ctx = g_task_get_task_data (task);
properties = MM_IFACE_MODEM_3GPP_GET_INTERFACE (self)->load_initial_eps_bearer_finish (self, res, &error);