Remove todos
continuous-integration/drone/push Build is passing Details

This commit is contained in:
kolaente 2019-01-24 13:14:52 +01:00
parent 9a1eff5305
commit 5d2f0e22f9
Signed by: konrad
GPG Key ID: F40E70337AB24C9B
1 changed files with 0 additions and 5 deletions

View File

@ -56,9 +56,6 @@ func InitLogger() {
}
}
// TODO: work out how to set up the other log stuff
// TODO: Docs for new config options
var logBackends []logging.Backend
// We define our two backends
@ -80,8 +77,6 @@ func InitLogger() {
logBackends = append(logBackends, errBackendLeveled)
}
// TODO: make a setting to define where logging should go (file, stdout)
// Set our backends
logging.SetBackend(logBackends...)
}