Remove unused Warning logger

This commit is contained in:
2024-11-08 00:21:11 +03:00
parent 1bcbb2079e
commit 64a7b49218
4 changed files with 0 additions and 4 deletions

View File

@@ -24,7 +24,6 @@ import (
var (
logg = logging.NewVanilla()
scriptDir = path.Join("services", "registration")
WarningLogger *log.Logger
InfoLogger *log.Logger
ErrorLogger *log.Logger
)