Skip to content

Commit 38d74c5

Browse files
committed
Remove legacy log output
1 parent 6f6440d commit 38d74c5

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

state/mongo/db.go

-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ package mongostate
22

33
import (
44
"context"
5-
"fmt"
65

76
"github.com/demophoon/shrls/pkg/config"
87

@@ -30,7 +29,6 @@ func (s *MongoDBState) init(conn string) error {
3029
}
3130

3231
func New(c config.Config) *MongoDBState {
33-
log.Debugf(fmt.Sprintf("Config db: %v", c))
3432
state := &MongoDBState{}
3533
if c.StateBackend.Mongo == nil {
3634
log.Fatal("Couldn't initialize MongoDBState backend. MongoConnectionString not defined.")

0 commit comments

Comments
 (0)