Remove some ifdef debug_mscott lines

This commit is contained in:
scott%scott-macgregor.org 2005-01-04 21:45:28 +00:00
parent 24ce2a496c
commit e05bad2ecc

View File

@ -1949,9 +1949,6 @@ NS_IMETHODIMP nsMsgDBView::GetURIsForSelection(char ***uris, PRUint32 *length)
{
nsresult rv = NS_OK;
#ifdef DEBUG_mscott
printf("inside GetURIsForSelection\n");
#endif
NS_ENSURE_ARG_POINTER(length);
*length = 0;
NS_ENSURE_ARG_POINTER(uris);
@ -5617,9 +5614,6 @@ nsMsgDBView::GetURIForFirstSelectedMessage(char **uri)
{
NS_ENSURE_ARG_POINTER(uri);
#ifdef DEBUG_mscott
printf("inside GetURIForFirstSelectedMessage\n");
#endif
nsresult rv;
nsMsgViewIndex viewIndex;
rv = GetViewIndexForFirstSelectedMsg(&viewIndex);