Skip to content

Commit 72b088d

Browse files
committed
smsStatusReportCallback was called twice (fixed)
1 parent 5e41dbe commit 72b088d

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

gsmmodem/modem.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1379,9 +1379,6 @@ def _handleSmsStatusReport(self, notificationLine):
13791379
except Exception:
13801380
self.log.error('error in smsStatusReportCallback', exc_info=True)
13811381

1382-
1383-
self.smsStatusReportCallback(report)
1384-
13851382
def _handleSmsStatusReportTe(self, length, notificationLine):
13861383
""" Handler for TE SMS status reports """
13871384
self.log.debug('TE SMS status report received')

0 commit comments

Comments
 (0)