Delete accidentally duplicated lines.

This commit is contained in:
Martin Dosch 2024-10-05 15:29:35 +02:00
parent b2714d0582
commit 1e8f59b84f

View file

@ -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.