chore: cleanup
All checks were successful
Build and Push Buttplug Image / build (push) Successful in 3m20s
Build and Push Frontend Image / build (push) Successful in 1m17s

This commit is contained in:
2026-03-11 09:32:05 +01:00
parent fdc16957a4
commit bb6bf7ca11

View File

@@ -146,7 +146,6 @@ export class ButtplugClientDeviceFeature {
// Make sure the requested feature is valid
this.isInputValid(inputType);
const inputAttributes = this._feature.Input[inputType];
console.log(this._feature.Input);
if (
inputCommand === Messages.InputCommandType.Unsubscribe &&
!inputAttributes.Command.includes(Messages.InputCommandType.Subscribe) &&