aboutsummaryrefslogtreecommitdiffhomepage
path: root/internal/output.go
diff options
context:
space:
mode:
Diffstat (limited to 'internal/output.go')
-rw-r--r--internal/output.go13
1 files changed, 0 insertions, 13 deletions
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{})
-}