remove unneeded logging

This commit is contained in:
AJ Kelly
2011-07-30 13:10:34 -05:00
parent 20bd01c275
commit 48e8f6ab49
2 changed files with 1 additions and 3 deletions
-1
View File
@@ -299,7 +299,6 @@ void ScreenOptionsManageProfiles::HandleScreenMessage( const ScreenMessage SM )
{
RString sTitle = pProfile->m_sDisplayName;
RString sMessage = ssprintf( CONFIRM_DELETE_PROFILE.GetValue(), sTitle.c_str() );
LOG->Trace("[ScreenOptionsManageProfiles] ProfileAction_Delete");
ScreenPrompt::Prompt( SM_BackFromDeleteConfirm, sMessage, PROMPT_YES_NO );
}
break;