don't inform about establishing the db connection

This commit is contained in:
Dawid Wysokiński 2021-04-28 19:51:48 +02:00
parent 352d26a61e
commit d6a79d63fc
1 changed files with 0 additions and 1 deletions

View File

@ -47,7 +47,6 @@ func main() {
logrus.Warn(errors.Wrap(err, "Couldn't close the db connection"))
}
}()
logrus.Info("Connection with the database has been established")
c, err := twhelpcron.New(&twhelpcron.Config{
DB: dbConn,