util/eventbus: remove debug UI from iOS build

The use of html/template causes reflect-based linker bloat. Longer
term we have options to bring the UI back to iOS, but for now, cut
it out.

Updates #15297

Signed-off-by: David Anderson <dave@tailscale.com>
This commit is contained in:
David Anderson
2025-03-18 17:04:15 -07:00
committed by Dave Anderson
parent daa5635ba6
commit e091e71937
2 changed files with 20 additions and 0 deletions
+2
View File
@@ -1,6 +1,8 @@
// Copyright (c) Tailscale Inc & AUTHORS
// SPDX-License-Identifier: BSD-3-Clause
//go:build !ios
package eventbus
import (