diff options
Diffstat (limited to 'util/eventbus/debug.go')
| -rw-r--r-- | util/eventbus/debug.go | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/util/eventbus/debug.go b/util/eventbus/debug.go index b6264f82f..107dd0280 100644 --- a/util/eventbus/debug.go +++ b/util/eventbus/debug.go @@ -10,8 +10,6 @@ import ( "slices" "sync" "sync/atomic" - - "tailscale.com/tsweb" ) // A Debugger offers access to a bus's privileged introspection and @@ -137,8 +135,6 @@ func (d *Debugger) SubscribeTypes(client *Client) []reflect.Type { return client.subscribeTypes() } -func (d *Debugger) RegisterHTTP(td *tsweb.DebugHandler) { registerHTTPDebugger(d, td) } - // A hook collects hook functions that can be run as a group. type hook[T any] struct { sync.Mutex |
