Skip to content

Commit

Permalink
Fix lint.
Browse files Browse the repository at this point in the history
  • Loading branch information
Koenkk committed Sep 17, 2019
1 parent ff83840 commit 1a73316
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/state.js
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,6 @@ class State extends events.EventEmitter {
this.state[ID] = toState;

this.emit('stateChange', {ID, from: fromState, to: toState});

}

remove(ID) {
Expand Down

0 comments on commit 1a73316

Please sign in to comment.