From f23310aaf541b41bc1a8aac79d243c8d6acef106 Mon Sep 17 00:00:00 2001 From: Franck Royer Date: Wed, 19 May 2021 12:13:25 +1000 Subject: [PATCH] Remove outdated comment --- examples/web-chat/src/App.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/examples/web-chat/src/App.tsx b/examples/web-chat/src/App.tsx index 6169d25483..61072a14b0 100644 --- a/examples/web-chat/src/App.tsx +++ b/examples/web-chat/src/App.tsx @@ -85,7 +85,6 @@ export default function App() { } }; - // TODO: Split this const handleProtocolChange = async ( waku: Waku, { peerId, protocols }: { peerId: PeerId; protocols: string[] }