Commit 636896a548ae5c34ab5fe8e639903d8748b442c8
1 parent
384d84098c
Exists in
master
Hapus debug msisdn
Showing 1 changed file with 0 additions and 1 deletions Side-by-side Diff
lib/partner-mkios.js
... | ... | @@ -61,7 +61,6 @@ modem.on('open', function() { |
61 | 61 | modem.on('imsi', function(imsi) { |
62 | 62 | logger.verbose('IMSI: ' + imsi); |
63 | 63 | matrix.modem.imsi = imsi; |
64 | - console.log(chips); | |
65 | 64 | matrix.modem.msisdn = chips && chips.by_imsi && chips.by_imsi[imsi] && chips.by_imsi[imsi].msisdn ? chips.by_imsi[imsi].msisdn : config.partner.msisdn; |
66 | 65 | }) |
67 | 66 |