From 6e6257fccaa0c5837101dedbe7f547bc3cc6c6bb Mon Sep 17 00:00:00 2001 From: Harrison Healey Date: Tue, 31 May 2016 16:11:23 -0400 Subject: [PATCH] Removed unnecessary wbrs (#3182) --- webapp/utils/text_formatting.jsx | 3 --- 1 file changed, 3 deletions(-) diff --git a/webapp/utils/text_formatting.jsx b/webapp/utils/text_formatting.jsx index 7a5dc56c79..21bfe5333f 100644 --- a/webapp/utils/text_formatting.jsx +++ b/webapp/utils/text_formatting.jsx @@ -88,9 +88,6 @@ export function doFormatText(text, options) { }); } - //replace all "/" to "/" - output = output.replace(/\//g, '/'); - // reinsert tokens with formatted versions of the important words and phrases output = replaceTokens(output, tokens);