summaryrefslogtreecommitdiffstats
path: root/connection/SMPPConnection.st
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <holger@moiji-mobile.com>2014-07-21 12:56:42 +0200
committerHolger Hans Peter Freyther <holger@moiji-mobile.com>2014-07-21 12:56:42 +0200
commitc85afceffe3e3f35a1376f41eae5ed9626ca0a1d (patch)
tree5ea539756c3df298d23c9126d556ef82ac8af86d /connection/SMPPConnection.st
parent22f907bf633839309dcfe5bfd50ebaff494dc11e (diff)
connection: Remove debugging code for nowHEADmaster
Leave the construct to easily catch what is going on but do not execute inspect right now.
Diffstat (limited to 'connection/SMPPConnection.st')
-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
]
]