Closed
Bug 98887
Opened 24 years ago
Closed 24 years ago
printing to console (opt builds): "Exptime = 999973260, Now = 999973260"
Categories
(Core :: DOM: Navigation, defect)
Tracking
()
RESOLVED
FIXED
People
(Reporter: dbaron, Assigned: radha)
Details
I'm seeing printing to the console in optimized builds due to the changes in
nsDocShell.cpp, rev. 1.353:
Exptime = 999973260, Now = 999973260
Exptime = 999973275, Now = 999973275
Exptime = 999973576, Now = 999973576
Exptime = 999973612, Now = 999973612
Exptime = 999973632, Now = 999973632
Exptime = 999973825, Now = 999973825
Exptime = 999973876, Now = 999973876
Exptime = 999973877, Now = 999973877
Exptime = 999973891, Now = 999973891
This output should probably be |#ifdef DEBUG_person_who_wants_to_see_it|.
Assignee | ||
Comment 1•24 years ago
|
||
oops sorry. Guess I forgot to remove the printfs. Shall get it out ASAP.
Assignee | ||
Comment 2•24 years ago
|
||
This wasw fixed last week.
Status: NEW → RESOLVED
Closed: 24 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•