aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--GSMDriver.st2
1 files changed, 0 insertions, 2 deletions
diff --git a/GSMDriver.st b/GSMDriver.st
index 853c664..53e7de2 100644
--- a/GSMDriver.st
+++ b/GSMDriver.st
@@ -185,7 +185,6 @@ classes.'>
ifFalse: [
self dispatchDTAP: aMsg data sapi: aMsg sapi.
].
- aMsg inspect.
]
dispatchCMAccept [
@@ -425,7 +424,6 @@ ProcedureBase subclass: USSDProcedure [
handleData: aMsg sapi: aSapi [
aMsg class messageType = GSM48SSMessage msgReleaseCompl ifTrue:[
facility := aMsg facility.
- aMsg inspect.
self success: aMsg ti = 9.
].