Skip to content

Commit

Permalink
refactor: remove leftover code
Browse files Browse the repository at this point in the history
  • Loading branch information
XeroxDev committed Feb 13, 2024
1 parent 083a2dd commit 7a37596
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/actions/play-pause.action.ts
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,6 @@ export class PlayPauseAction extends DefaultAction<PlayPauseAction> {

@SDOnActionEvent('didReceiveSettings')
private handleSettings(e: DidReceiveSettingsEvent<PlayPauseSettings>) {
// this.format = e?.payload?.settings?.displayFormat ?? this.format;
this.contextFormat[e.context] = e.payload.settings?.displayFormat ?? this.contextFormat[e.context];
}
}

0 comments on commit 7a37596

Please sign in to comment.