Closed
Bug 1776144
Opened 3 years ago
Closed 3 years ago
Remove unused TARGET_AVAILABLE console action
Categories
(DevTools :: Console, task)
DevTools
Console
Tracking
(firefox103 fixed)
RESOLVED
FIXED
103 Branch
| Tracking | Status | |
|---|---|---|
| firefox103 | --- | fixed |
People
(Reporter: nchevobbe, Assigned: nchevobbe)
Details
Attachments
(1 file)
The action is dispatched here: https://searchfox.org/mozilla-central/rev/6d0ba065e3d41822337c708c8c0aca334ddd9218/devtools/client/webconsole/webconsole-ui.js#547-555 , but no reducers is handling it, meaning it's useless
| Assignee | ||
Comment 1•3 years ago
|
||
Pushed by nchevobbe@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/92862991e711
[devtools] Remove unused TARGET_AVAILABLE action in WebConsole. r=ochameau.
Comment 3•3 years ago
|
||
| bugherder | ||
Status: ASSIGNED → RESOLVED
Closed: 3 years ago
status-firefox103:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 103 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•