summaryrefslogtreecommitdiffstats
path: root/connection
diff options
context:
space:
mode:
Diffstat (limited to 'connection')
-rw-r--r--connection/SMPPConnection.st4
1 files changed, 1 insertions, 3 deletions
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
]
]