Skip to content
This repository has been archived by the owner on Sep 11, 2024. It is now read-only.

Remove logging which has saved its purpose #8795

Closed
wants to merge 3 commits into from
Closed

Conversation

t3chguy
Copy link
Member

@t3chguy t3chguy commented Jun 8, 2022

Fixes matrix-org/matrix-js-sdk#2444


This change is marked as an internal change (Task), so will not be included in the changelog.

@t3chguy t3chguy added the T-Task Refactoring, enabling or disabling functionality, other engineering tasks label Jun 8, 2022
@t3chguy t3chguy marked this pull request as ready for review July 1, 2022 14:42
@t3chguy t3chguy requested a review from a team as a code owner July 1, 2022 14:42
Copy link
Member

@robintown robintown left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It looks like this logging was added to debug a variety of issues, some of which are still open. Are we sure they aren't still needed for those?

@@ -605,9 +531,6 @@ class TimelinePanel extends React.Component<IProps, IState> {
case "ignore_state_changed":
this.forceUpdate();
break;
case Action.DumpDebugLogs:
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I assume the action could be removed now too

@t3chguy t3chguy marked this pull request as draft July 29, 2022 09:10
@t3chguy t3chguy closed this Feb 28, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
T-Task Refactoring, enabling or disabling functionality, other engineering tasks
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants