remove calls to XP_Trace
git-svn-id: svn://10.0.0.236/trunk@27498 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
parent
4e174e2b8e
commit
c3e92d7410
@ -1375,7 +1375,7 @@ mime_make_attachment_stream (int /*format_out*/, void * /*closure*/,
|
||||
{
|
||||
NET_StreamClass *stream;
|
||||
|
||||
TRACEMSG(("Setting up attachment stream. Have URL: %s\n", url->address));
|
||||
// TRACEMSG(("Setting up attachment stream. Have URL: %s\n", url->address));
|
||||
|
||||
stream = PR_NEW (NET_StreamClass);
|
||||
if (stream == NULL)
|
||||
@ -1392,7 +1392,7 @@ mime_make_attachment_stream (int /*format_out*/, void * /*closure*/,
|
||||
stream->data_object = url->fe_data;
|
||||
stream->window_id = context;
|
||||
*/
|
||||
TRACEMSG(("Returning stream from mime_make_attachment_stream"));
|
||||
// TRACEMSG(("Returning stream from mime_make_attachment_stream"));
|
||||
|
||||
return stream;
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user