Remove outdated comment

This commit is contained in:
Franck Royer 2021-05-19 12:13:25 +10:00
parent 90e224577f
commit f23310aaf5
No known key found for this signature in database
GPG Key ID: A82ED75A8DFC50A4
1 changed files with 0 additions and 1 deletions

View File

@ -85,7 +85,6 @@ export default function App() {
}
};
// TODO: Split this
const handleProtocolChange = async (
waku: Waku,
{ peerId, protocols }: { peerId: PeerId; protocols: string[] }