Remove comment

This commit is contained in:
MotorTruck1221 2024-03-10 03:56:20 -06:00
parent bb26ff2e98
commit 3ab4394376
No known key found for this signature in database
GPG key ID: 06901A625432AC21

View file

@ -26,7 +26,6 @@ function changeTransport(transport: string, wispUrl: string) {
console.log("Bare URL: " + bare);
SetTransport("BareMod.BareClient", bare);
break;
//stuff like bare-as-module3 COULD also be added
default:
SetTransport("EpxMod.EpoxyClient", { wisp: wispUrl });
break;