Commit 1696c7056b75b7d107ca485d6016652db62724a5
1 parent
48d5ab8110
Exists in
master
Nothing
Showing 1 changed file with 1 additions and 1 deletions Side-by-side Diff
lib/register-modem.js
... | ... | @@ -23,7 +23,7 @@ function reportUrl() { |
23 | 23 | |
24 | 24 | async function sender(modemInfo) { |
25 | 25 | if (mutex.tryLock()) { |
26 | - logger.info('Getting message counters before registering modem'); | |
26 | + // logger.info('Getting message counters before registering modem'); | |
27 | 27 | |
28 | 28 | // eslint-disable-next-line no-param-reassign |
29 | 29 | // modemInfo.messageSentCounter = await counters.get('MESSAGE_SENT', modemInfo); |