Fixed bug 36831. Removed an accidental checkin of an assertion.

This commit is contained in:
gagan%netscape.com 2000-04-25 01:18:26 +00:00
Родитель 7b6f80d5fb
Коммит f9ff19a205
1 изменённых файлов: 0 добавлений и 5 удалений

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

@ -2328,12 +2328,7 @@ nsSocketTransport::fireStatus(PRUint32 aCode)
if (mPrintHost)
mesg.AppendWithConversion(mPrintHost);
else
{
#ifdef DEBUG_gagan
NS_ASSERTION(0, "no print host specified for this socket!");
#endif
mesg.AppendWithConversion(mHostName);
}
if (NS_FAILED(rv)) return rv;