From 5c248884afa530bafb7b04dc14c587e3029480f6 Mon Sep 17 00:00:00 2001 From: xengineering Date: Sat, 4 May 2024 20:48:43 +0200 Subject: Move storage path logging to main() function The model package where this used to be implemented should not care too much about logging. Furthermore it is easier to compare the log output with the main() function if the log statements are there. --- model/storage.go | 2 -- 1 file changed, 2 deletions(-) (limited to 'model') diff --git a/model/storage.go b/model/storage.go index 5450c60..c0d155d 100644 --- a/model/storage.go +++ b/model/storage.go @@ -30,6 +30,4 @@ func (s *Storage) Init(version string) { log.Fatal(err) } } - - log.Printf("Storage directory: %s\n", s.Path) } -- cgit v1.2.3-70-g09d2