diff options
author | Aleksander Morgado <aleksander@aleksander.es> | 2020-04-04 16:17:08 +0200 |
---|---|---|
committer | Aleksander Morgado <aleksander@aleksander.es> | 2020-04-08 16:35:09 +0200 |
commit | 1cb39536e9bbbf22f08fe5f05b359f18d6152d10 (patch) | |
tree | 5e01eb9fcbc09184934c31c668cfaae48b17a035 /plugins/huawei/mm-sim-huawei.c | |
parent | 59e6e3b1411b511689b94e95ed2aa1c8a4eaa2fc (diff) |
huawei: port to use object logging
Diffstat (limited to 'plugins/huawei/mm-sim-huawei.c')
-rw-r--r-- | plugins/huawei/mm-sim-huawei.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/plugins/huawei/mm-sim-huawei.c b/plugins/huawei/mm-sim-huawei.c index 49c19c14..54b388b3 100644 --- a/plugins/huawei/mm-sim-huawei.c +++ b/plugins/huawei/mm-sim-huawei.c @@ -25,7 +25,6 @@ #include <ModemManager.h> #define _LIBMM_INSIDE_MM #include <libmm-glib.h> -#include "mm-log.h" #include "mm-modem-helpers.h" #include "mm-base-modem-at.h" @@ -105,7 +104,6 @@ load_sim_identifier (MMBaseSim *self, MM_BASE_SIM_MODEM, &modem, NULL); - mm_dbg ("loading (Huawei) SIM identifier..."); mm_base_modem_at_command ( modem, "^ICCID?", |