fix(aa-log): remove unused variable.

This commit is contained in:
Alexandre Pujol 2022-06-03 19:41:12 +01:00
parent 879416b062
commit 8142ad657d
No known key found for this signature in database
GPG Key ID: C5469996F0DF68EC

View File

@ -28,7 +28,6 @@ const LogFile = "/var/log/audit/audit.log"
// Colors
const (
Reset = "\033[0m"
FgRed = "\033[31m"
FgGreen = "\033[32m"
FgYellow = "\033[33m"
FgBlue = "\033[34m"