diff --git a/packages/buttplug/src/client/ButtplugClientDeviceFeature.ts b/packages/buttplug/src/client/ButtplugClientDeviceFeature.ts index ffb62ff..799d453 100644 --- a/packages/buttplug/src/client/ButtplugClientDeviceFeature.ts +++ b/packages/buttplug/src/client/ButtplugClientDeviceFeature.ts @@ -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) &&