remove my stupid debugging statement

This commit is contained in:
alecf%netscape.com 1999-05-13 22:48:28 +00:00
parent 4e6f96e88b
commit 993a1496ad

View File

@ -379,9 +379,6 @@ NS_IMETHODIMP nsNntpUrl::GetURI(char ** aURI)
char * uri = nsnull;
nsFileSpec folder = *filePath;
nsBuildNewsMessageURI(m_spec, 0 /* don't have keys yet */, &uri);
#ifdef DEBUG_alecf
fprintf(stderr, "nsBuildNewsMessageURI(%s, %d -> %s) in nsNntpUrl::GetURI", m_spec, m_messageKey, uri);
#endif
*aURI = uri;
}
else