summaryrefslogtreecommitdiff
path: root/engine/UI/GridRow.go
diff options
context:
space:
mode:
Diffstat (limited to 'engine/UI/GridRow.go')
-rw-r--r--engine/UI/GridRow.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/engine/UI/GridRow.go b/engine/UI/GridRow.go
index 4e222a7..fed6051 100644
--- a/engine/UI/GridRow.go
+++ b/engine/UI/GridRow.go
@@ -85,6 +85,5 @@ func (base *GridRow) RecalculateCache(span *rl.Rectangle) {
base.cache.CalculateOffsets(span.Width, span.Height, *base.Style.Padding, *base.Style.Padding)
var weightToScale = getWeightToPixelsRatio(base, base.cache.Width)
var spacingPx = base.Spacing * span.Width
- rl.TraceLog(rl.LogInfo, "Spacing: %v (%v px)", base.Spacing, spacingPx)
base.cache.CalculateRowsLocations(base.Objects, weightToScale, spacingPx, span.X)
}