Move log cleaner from core to base module

This commit is contained in:
Daniel
2023-03-13 16:39:36 +01:00
parent dc5dd359bf
commit bf7ec722c2
3 changed files with 3 additions and 3 deletions

View File

@@ -68,8 +68,6 @@ func start() error {
return fmt.Errorf("failed to start plattform-specific components: %w", err)
}
registerLogCleaner()
return nil
}