Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 0 additions & 3 deletions common/dynamicconfig/collection.go
Original file line number Diff line number Diff line change
Expand Up @@ -105,9 +105,6 @@ var (
// NewCollection creates a new collection. For subscriptions to work, you must call Start/Stop.
// Get will work without Start/Stop.
func NewCollection(client Client, logger log.Logger) *Collection {
// Do this at the first convenient place we have a logger:
logSharedStructureWarnings(logger)

return &Collection{
client: client,
logger: logger,
Expand Down
Loading