From 46cd3a28c83e93b5d66c52d06a8366c11910d5c0 Mon Sep 17 00:00:00 2001 From: Ophestra Date: Mon, 29 Sep 2025 02:33:10 +0900 Subject: container: remove global msg This frees all container instances of side effects. Signed-off-by: Ophestra --- internal/output.go | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 internal/output.go (limited to 'internal/output.go') diff --git a/internal/output.go b/internal/output.go deleted file mode 100644 index 1d2b0d8b..00000000 --- a/internal/output.go +++ /dev/null @@ -1,13 +0,0 @@ -package internal - -import ( - "hakurei.app/container" - "hakurei.app/internal/hlog" - "hakurei.app/system" -) - -func InstallOutput(verbose bool) { - hlog.Store(verbose) - container.SetOutput(hlog.Output{}) - system.SetOutput(hlog.Output{}) -} -- cgit v1.3.1