diff options
author | Dan Williams <dcbw@redhat.com> | 2013-03-27 08:31:18 -0500 |
---|---|---|
committer | Dan Williams <dcbw@redhat.com> | 2013-03-27 08:31:18 -0500 |
commit | 9119962e12aa886eae575993df09602362554cf3 (patch) | |
tree | d8e85742fa88ee21019f917a35ea874144899fd0 | |
parent | b377a62377db46c2cdb2b3b8f6f4166f7d2a3dcc (diff) | |
download | ModemManager-9119962e12aa886eae575993df09602362554cf3.tar.gz |
broadband-modem: remove debugging code
Slipped in while debugging Nozomi stuff; not caught in review.
-rw-r--r-- | src/mm-broadband-modem.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/mm-broadband-modem.c b/src/mm-broadband-modem.c index 503094883..06024eea7 100644 --- a/src/mm-broadband-modem.c +++ b/src/mm-broadband-modem.c @@ -3054,8 +3054,6 @@ clck_test_ready (MMBaseModem *self, return; } -ctx->facilities &= ~MM_MODEM_3GPP_FACILITY_PH_SIM; - /* Go on... */ get_next_facility_lock_status (ctx); } |