aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRiley <riley@e926.de>2022-05-11 11:08:31 +0200
committerRiley <riley@e926.de>2022-05-11 11:08:31 +0200
commitee21f6171742192ebb8130fa1f5ebddfd90c107a (patch)
treedb9a51b894efba2802c785ffca8411fc722ba36c
parentad8ab4e145d2cf6680545ceae5dd737a47c1cbbb (diff)
Deleted "this"
-rw-r--r--activeobject.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/activeobject.go b/activeobject.go
index 28b84d8..48141ce 100644
--- a/activeobject.go
+++ b/activeobject.go
@@ -13,7 +13,6 @@ func (sc *ServerConn) swapAOID(ao *mt.AOID) {
}
func (sc *ServerConn) handleAOMsg(aoMsg mt.AOMsg) {
-
switch msg := aoMsg.(type) {
case *mt.AOCmdAttach:
sc.swapAOID(&msg.Attach.ParentID)