Skip to content

Commit adc57ad

Browse files
committed
minor
1 parent 02a6ccc commit adc57ad

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

lib/sip-trunk-register.js

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -219,9 +219,6 @@ const updateCarrierRegbots = async(logger, srf) => {
219219
}
220220
}
221221
if (JSON.stringify(gws) !== JSON.stringify(gateways)) hasChanged = true;
222-
223-
//logger.info({ hasChanged, new: gws, old: gateways }, 'updateCarrierRegbots: checked for changes');
224-
225222
if (hasChanged) {
226223

227224
debug('updateCarrierRegbots: got new or changed carriers');
@@ -247,7 +244,6 @@ const updateCarrierRegbots = async(logger, srf) => {
247244
}
248245
}
249246
try {
250-
//TODO: add carrier type to identify auth trunk
251247
const rb = new Regbot(logger, {
252248
voip_carrier_sid: gw.carrier.voip_carrier_sid,
253249
account_sip_realm: gw.account_sip_realm,

0 commit comments

Comments
 (0)