Closed
Bug 410788
Opened 17 years ago
Closed 17 years ago
remove dump statements
Categories
(Calendar :: General, defect)
Calendar
General
Tracking
(Not tracked)
VERIFIED
FIXED
0.8
People
(Reporter: mvl, Unassigned)
Details
Attachments
(1 file)
4.10 KB,
patch
|
Fallen
:
review+
|
Details | Diff | Splinter Review |
There are a few dump statements that are always executed, even if there is no error. They are generally useless and just plain annoying. They should be removed.
Reporter | ||
Comment 1•17 years ago
|
||
this patch makes those that I could find go away. It also fixes some js errors in sunbird.
Attachment #295363 -
Flags: review?(philipp)
Comment 2•17 years ago
|
||
Comment on attachment 295363 [details] [diff] [review]
patch v1
>- dump ("*** Calendar schema version is: " + version + "\n");
>+ //dump ("*** Calendar schema version is: " + version + "\n");
>-
>+
>+ /*
> dump("Guessing system timezone:\n");
> dump("TZoffset1: " + TZoffset1 + "\nTZoffset2: " + TZoffset2 + "\n");
> if (TZname1 && TZname2) {
> dump("TZname1: " + TZname1 + "\nTZname2: " + TZname2 + "\n");
> }
>+ */
Why not get rid of this completely? I'm not a fan of commented out code checked in.
Otherwise r=philipp
Attachment #295363 -
Flags: review?(philipp) → review+
Reporter | ||
Comment 3•17 years ago
|
||
patch (updated) checked in
Status: NEW → RESOLVED
Closed: 17 years ago
Resolution: --- → FIXED
Updated•17 years ago
|
Target Milestone: --- → 0.8
You need to log in
before you can comment on or make changes to this bug.
Description
•