We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5e41dbe commit 72b088dCopy full SHA for 72b088d
1 file changed
gsmmodem/modem.py
@@ -1379,9 +1379,6 @@ def _handleSmsStatusReport(self, notificationLine):
1379
except Exception:
1380
self.log.error('error in smsStatusReportCallback', exc_info=True)
1381
1382
-
1383
- self.smsStatusReportCallback(report)
1384
1385
def _handleSmsStatusReportTe(self, length, notificationLine):
1386
""" Handler for TE SMS status reports """
1387
self.log.debug('TE SMS status report received')
0 commit comments