diff --git a/processStanzas.go b/processStanzas.go index 36874f8..3d0ac9f 100644 --- a/processStanzas.go +++ b/processStanzas.go @@ -209,9 +209,6 @@ func processStanzas(client *xmpp.Client, muc string, mucNick string, feeds []str log.Fatal("Error: Failed sending message to ", v.Remote, ": ", err) } } - - // Reply with repo address for `source`. - case "source": } // Reply to pings and disco queries.