Skip to content

Commit

Permalink
fix: remove unused logging (#16)
Browse files Browse the repository at this point in the history
  • Loading branch information
tyiuhc authored Aug 29, 2023
1 parent 42e1ad0 commit 1b2153e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pkg/experiment/local/client.go
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@ func Initialize(apiKey string, config *Config) *Client {
client.log.Debug("config: %v", *config)
}
// create assignment service if apikey is provided
print(config.AssignmentConfig.Config.IsValid())
if config.AssignmentConfig != nil && config.AssignmentConfig.Config.IsValid() {
instance := amplitude.NewClient(config.AssignmentConfig.Config)
filter := newAssignmentFilter(config.AssignmentConfig.CacheCapacity)
Expand Down

0 comments on commit 1b2153e

Please sign in to comment.