From fb8713211d2086f36b1993d95ba5a0c7c9121ec1 Mon Sep 17 00:00:00 2001 From: Robin Davies Date: Sat, 12 Oct 2024 05:39:46 -0400 Subject: [PATCH] Build machine warning. --- react/src/Jack.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/react/src/Jack.tsx b/react/src/Jack.tsx index 1f84d12..9203b73 100644 --- a/react/src/Jack.tsx +++ b/react/src/Jack.tsx @@ -77,7 +77,6 @@ export class JackChannelSelection { return "Mono (right channel only)"; } else { return "\u00A0"; // nbsp - throw new PiPedalArgumentError("Invalid channel selection."); // should be subset of jackConfiguration. } } else { if (selectedChannels.length === 2)