connection: Remove debugging code for now
Leave the construct to easily catch what is going on but do not execute inspect right now.master
parent
22f907bf63
commit
c85afceffe
|
@ -102,9 +102,7 @@ Osmo.OsmoStreamSocketBase subclass: SMPPConnection [
|
|||
msg := SMPPMessage readFrom: socket.
|
||||
msg body connectionDispatchOn: self with: msg
|
||||
] on: Error do: [:e |
|
||||
e
|
||||
inspect;
|
||||
pass
|
||||
e pass
|
||||
]
|
||||
]
|
||||
|
||||
|
|
Reference in New Issue