summaryrefslogtreecommitdiff
path: root/main.go
diff options
context:
space:
mode:
Diffstat (limited to 'main.go')
-rw-r--r--main.go3
1 files changed, 0 insertions, 3 deletions
diff --git a/main.go b/main.go
index 9571935..4efab32 100644
--- a/main.go
+++ b/main.go
@@ -10,9 +10,6 @@ import (
func main() {
- // disable log timestamp because systemd takes care of that
- log.SetFlags(0)
-
// read all sources of runtime configuration (e.g. CLI flags and config file)
config := utils.GetRuntimeConfig()