chore: cleanup
This commit is contained in:
@@ -146,7 +146,6 @@ export class ButtplugClientDeviceFeature {
|
|||||||
// Make sure the requested feature is valid
|
// Make sure the requested feature is valid
|
||||||
this.isInputValid(inputType);
|
this.isInputValid(inputType);
|
||||||
const inputAttributes = this._feature.Input[inputType];
|
const inputAttributes = this._feature.Input[inputType];
|
||||||
console.log(this._feature.Input);
|
|
||||||
if (
|
if (
|
||||||
inputCommand === Messages.InputCommandType.Unsubscribe &&
|
inputCommand === Messages.InputCommandType.Unsubscribe &&
|
||||||
!inputAttributes.Command.includes(Messages.InputCommandType.Subscribe) &&
|
!inputAttributes.Command.includes(Messages.InputCommandType.Subscribe) &&
|
||||||
|
|||||||
Reference in New Issue
Block a user