mirror of
https://github.com/foomo/gofoomo.git
synced 2025-10-16 12:25:44 +00:00
Remove "clampScreenWidthToGrid" log message
This commit is contained in:
parent
9b536267ea
commit
24c1aa2077
@ -57,7 +57,6 @@ func readFoomoMediaClientInfo(cookie string) (clientInfo *ClientInfo, err error)
|
||||
|
||||
func clampScreenWidthToGrid(screenWidth int64, breakPoints []int64) int64 {
|
||||
// the last breakpoint
|
||||
log.Println("clampScreenWidthToGrid", screenWidth, breakPoints)
|
||||
distance := breakPoints[len(breakPoints)-1]
|
||||
clampedValue := distance
|
||||
for _, breakPoint := range breakPoints {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user