spessasynth_lib 4.2.9 → 4.2.10

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.js CHANGED
@@ -2776,8 +2776,6 @@ var Sequencer = class {
2776
2776
  }
2777
2777
  case "loopCountChange": {
2778
2778
  this._loopCount = m.data.newCount;
2779
- if (this._loopCount === 0) {
2780
- }
2781
2779
  break;
2782
2780
  }
2783
2781
  case "songListChange": {