From 9462af08f38fefe40d985383d8825258a6d1f0a8 Mon Sep 17 00:00:00 2001 From: Ophestra Date: Sat, 4 Oct 2025 20:27:27 +0900 Subject: system/dbus: dump buffer internally This should have been an implementation detail and should not be up to the caller to call it. Signed-off-by: Ophestra --- internal/app/process.go | 3 --- 1 file changed, 3 deletions(-) (limited to 'internal/app/process.go') diff --git a/internal/app/process.go b/internal/app/process.go index 1687c868..29181ea5 100644 --- a/internal/app/process.go +++ b/internal/app/process.go @@ -134,9 +134,6 @@ func (ms mainState) beforeExit(isFault bool) { perror(err, "close wayland security context") } } - if ms.k.dbusMsg != nil { - ms.k.dbusMsg() - } } if ms.uintptr&mainNeedsRevert != 0 { -- cgit v1.3.1