From bb6bf7ca1128f62cdb0a3c78d9caf771bba4bc1a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Kr=C3=BCger?= Date: Wed, 11 Mar 2026 09:32:05 +0100 Subject: [PATCH] chore: cleanup --- packages/buttplug/src/client/ButtplugClientDeviceFeature.ts | 1 - 1 file changed, 1 deletion(-) 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) &&