diff --git a/connection/SMPPConnection.st b/connection/SMPPConnection.st index a2b521e..5ffd0ea 100644 --- a/connection/SMPPConnection.st +++ b/connection/SMPPConnection.st @@ -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 ] ]