Skip to content

Commit

Permalink
roblox: drop fflags logging during set renderer
Browse files Browse the repository at this point in the history
  • Loading branch information
apprehensions committed Dec 9, 2023
1 parent edaae62 commit c934e46
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions roblox/fflags.go
Original file line number Diff line number Diff line change
Expand Up @@ -75,8 +75,6 @@ func (f FFlags) SetRenderer(renderer string) error {
return fmt.Errorf("fflags: %w: %s", ErrInvalidRenderer, renderer)
}

log.Printf("Using renderer: %s", renderer)

// Disable all other renderers except the given one.
for _, r := range renderers {
isRenderer := r == renderer
Expand Down

0 comments on commit c934e46

Please sign in to comment.