mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-01-08 10:40:30 +01:00
modem: remove debugging printf
This commit is contained in:
parent
9a1143b337
commit
c45064ba36
1 changed files with 0 additions and 1 deletions
|
|
@ -40,7 +40,6 @@ real_get_enabled (NMDeviceInterface *device)
|
|||
g_assert (NM_DEVICE_MODEM_GET_CLASS (self)->get_modem);
|
||||
modem = NM_DEVICE_MODEM_GET_CLASS (self)->get_modem (self);
|
||||
|
||||
g_message ("%s: modem %p", __func__, modem);
|
||||
return modem ? nm_modem_get_mm_enabled (modem) : TRUE;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue