Skip to content

Commit

Permalink
Removed debugging code accidentally left in
Browse files Browse the repository at this point in the history
  • Loading branch information
Piranha91 committed Oct 9, 2024
1 parent aa41d61 commit 02b93c1
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions SynthEBD/Classes_Core/ViewModels/VM_SpecificNPCAssignment.cs
Original file line number Diff line number Diff line change
Expand Up @@ -147,8 +147,7 @@ public VM_SpecificNPCAssignment(
SubscribedBodyGenSettings.WhenAnyValue(x => x.CurrentFemaleConfig),
(a, b, c, d, e, f, g) => { return Unit.Default; })
.Throttle(TimeSpan.FromMilliseconds(100), RxApp.MainThreadScheduler)
//.Subscribe(_ => UpdateAvailableMorphs(this))
.Subscribe(_ => MessageBox.Show("Combined Subscription"))
.Subscribe(_ => UpdateAvailableMorphs(this))
.DisposeWith(this);

this.WhenAnyValue(x => x.ForcedAssetPack).Subscribe(x =>
Expand Down

0 comments on commit 02b93c1

Please sign in to comment.