smalltalk
/
osmo-st-smpp
Archived
1
0
Fork 0

connection: Remove debugging code for now

Leave the construct to easily catch what is going on but do not
execute inspect right now.
This commit is contained in:
Holger Hans Peter Freyther 2014-07-21 12:56:42 +02:00
parent 22f907bf63
commit c85afceffe
1 changed files with 1 additions and 3 deletions

View File

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