Skip to content

Commit

Permalink
Remove unnecessary action state update
Browse files Browse the repository at this point in the history
  • Loading branch information
hensm committed Sep 12, 2022
1 parent be9a868 commit 77b67f2
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions ext/src/background/deviceManager.ts
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,6 @@ export default new (class extends TypedEventTarget<EventMap> {
async refresh() {
this.bridgePort?.disconnect();

updateActionState(ActionState.Default);

try {
this.bridgeInfo = await bridge.getInfo();
// eslint-disable-next-line no-empty
Expand Down

0 comments on commit 77b67f2

Please sign in to comment.