1
0
Fork 0

gsmdriver: Remove some inspects from the code

This commit is contained in:
Holger Hans Peter Freyther 2012-10-21 15:48:29 +02:00
parent b1533448d0
commit e7191a921f
1 changed files with 0 additions and 2 deletions

View File

@ -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.
].