mom: remove no-effect relic_data #72304
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Summary
None
Purpose of change
there are quite a few lines in mom going:
they don't have any effect, I suppose they are for coloring but SS did not say anything back in the PRs that added those lines, and it is quite a hacky solution if coloring was the purpose
if coloring was what you were going for you would get more mileage from using color tags in the item names
like so:
![Screenshot_2024-03-10_14-21-46](https://private-user-images.githubusercontent.com/58050969/311539234-5c2935df-300c-407d-9932-6c964449c15e.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzg4ODA0NjUsIm5iZiI6MTczODg4MDE2NSwicGF0aCI6Ii81ODA1MDk2OS8zMTE1MzkyMzQtNWMyOTM1ZGYtMzAwYy00MDdkLTk5MzItNmM5NjQ0NDljMTVlLnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMDYlMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjA2VDIyMTYwNVomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPWZlMDNlZWUyZWMwMWM5ODY4MWFkNzZkOWRhNmZhYTE2YzA0ODg5OTU4MTY5OGUxY2Y2YWIzZThiZmU5MzdjNDEmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.kqVPJgAsj1xKz2cmx5YhHUCbxcoZmW5PqK9URkZGnaw)
Describe the solution
Describe alternatives you've considered
Testing
delete lines & check syntax
Additional context