Remove debug spew, my bad

This commit is contained in:
Lirusaito
2019-01-20 09:24:44 -05:00
parent 7112e163e6
commit 1317f26d04

View File

@@ -2224,7 +2224,6 @@ void LLTextEditor::copy(bool raw)
const S32 label_length = (segment.getEnd() - segment.getStart());
const S32 start = (segment.getStart()+offset)-left_pos;
const auto label = text.substr(start, label_length);
LL_INFOS() << "Our label is " << wstring_to_utf8str(label) << LL_ENDL;
const auto wlink = utf8str_to_wstring(link);
const auto pos = wlink.find(label);
// Do not replace if normal link, or contains normal link (but may omit protocol) but ends the same way