move Count outside of the debug statements

This commit is contained in:
alecf%netscape.com 1999-09-11 22:49:14 +00:00
Родитель 7d7109c775
Коммит 8f8ead89d9
1 изменённых файлов: 1 добавлений и 2 удалений

Просмотреть файл

@ -742,9 +742,8 @@ nsMsgAccountManager::GetDefaultAccount(nsIMsgAccount * *aDefaultAccount)
if (!m_defaultAccount) {
PRUint32 count;
#ifdef DEBUG_ACCOUNTMANAGER
printf("No default account. Looking for one..\n");
m_accounts->Count(&count);
#ifdef DEBUG_ACCOUNTMANAGER
printf("There are %d accounts\n", count);
#endif
if (count == 0) {