Closed
Bug 1668810
Opened 5 years ago
Closed 5 years ago
Remove unnecessary if-block in build.js
Categories
(DevTools :: General, task)
DevTools
General
Tracking
(firefox83 fixed)
RESOLVED
FIXED
83 Branch
Tracking | Status | |
---|---|---|
firefox83 | --- | fixed |
People
(Reporter: nchevobbe, Assigned: nchevobbe)
Details
Attachments
(1 file)
This devtools/client/shared/build/build.js#68-70 was probably used for logging somehow, but it simply throws if you try to run this code.
Since the intent is not clear, and it's broken, I think we can remove it.
Assignee | ||
Comment 1•5 years ago
|
||
Pushed by nchevobbe@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/1a6c4e6d3320
[devtools] Remove unnecessary if-block in build.js. r=jdescottes.
Comment 3•5 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 5 years ago
status-firefox83:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 83 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•