diff options
| -rw-r--r-- | indra/newview/llconversationlog.cpp | 1 | 
1 files changed, 0 insertions, 1 deletions
diff --git a/indra/newview/llconversationlog.cpp b/indra/newview/llconversationlog.cpp index 15d61e978d..22277e6421 100644 --- a/indra/newview/llconversationlog.cpp +++ b/indra/newview/llconversationlog.cpp @@ -532,7 +532,6 @@ void LLConversationLog::onClearLogResponse(const LLSD& notification, const LLSD&  {  	if (0 == LLNotificationsUtil::getSelectedOption(notification, response))  	{ -		LLLogChat::deleteTranscripts();  		mConversations.clear();  		notifyObservers();  	}  | 
