Back out temporary test patch from bug 401955 now that we have the builds.

This commit is contained in:
bugzilla%standard8.plus.com 2007-11-05 18:38:37 +00:00
Родитель 7a06fdf42b
Коммит 0e662e489c
1 изменённых файлов: 3 добавлений и 1 удалений

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

@ -483,9 +483,11 @@ nsLDAPMessage::GetValues(const char *aAttr, PRUint32 *aCount,
{
char **values;
#if defined(DEBUG)
// We only want this being logged for debug builds so as not to affect performance too much.
PR_LOG(gLDAPLogModule, PR_LOG_DEBUG,
("nsLDAPMessage::GetValues(): called with aAttr = '%s'", aAttr));
#endif
values = ldap_get_values(mConnectionHandle, mMsgHandle, aAttr);