aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <zecke@selfish.org>2012-10-21 15:48:29 +0200
committerHolger Hans Peter Freyther <zecke@selfish.org>2012-10-21 15:48:29 +0200
commite7191a921f0f07cafd091d170bc086693ed99da0 (patch)
treef5545df9d95dd23e33b727c8136110b505a9fef4
parentb1533448d09c4d9c4a2eb4f9ba1e90ca879f3312 (diff)
gsmdriver: Remove some inspects from the code
-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.
].