Remove the assert I was using to debug Issue 1670
Apparently it is failing on alphas during initialization (loading log file?) Doesn't matter now, the issue is solved.
This commit is contained in:
@@ -200,7 +200,6 @@ void add_timestamped_line(LLViewerTextEditor* edit, LLChat chat, const LLColor4&
|
|||||||
chat.mFromName = LLTrans::getString("Unnamed");
|
chat.mFromName = LLTrans::getString("Unnamed");
|
||||||
line = chat.mFromName + line;
|
line = chat.mFromName + line;
|
||||||
}
|
}
|
||||||
llassert_always(!chat.mURL.empty());
|
|
||||||
}
|
}
|
||||||
|
|
||||||
static const LLCachedControl<bool> italicize("LiruItalicizeActions");
|
static const LLCachedControl<bool> italicize("LiruItalicizeActions");
|
||||||
|
|||||||
Reference in New Issue
Block a user