weechatRN

Weechat relay client for iOS using websockets https://github.com/mhoran/weechatRN
git clone http://git.hanabi.in/repos/weechatRN.git
Log | Files | Refs | README | LICENSE

commit 5662b2f3d5ab04ee1834e8e28a7ee38eeff272d6
parent cc1119db5e40dd2e5173ad40002c52b58b1df758
Author: Johan Lindskogen <johan.lindskogen@gmail.com>
Date:   Sun,  1 Apr 2018 14:05:24 +0200

Remove debug print

Diffstat:
Msrc/lib/weechat/color-formatter.tsx | 6------
1 file changed, 0 insertions(+), 6 deletions(-)

diff --git a/src/lib/weechat/color-formatter.tsx b/src/lib/weechat/color-formatter.tsx @@ -43,12 +43,6 @@ export const renderWeechatFormat = (input: string): React.ReactNode => { const formattedNode = WeeChatProtocol.rawText2Rich( input ) as AttributedStringNode[]; - // console.log(formattedNode); - - const debugNode = formattedNode.find(n => n.text === "neon"); - if (debugNode) { - console.log(debugNode); - } return formattedNode.map((node, index) => ( <Text