about summary refs log tree commit diff stats
path: root/src/layout
diff options
context:
space:
mode:
Diffstat (limited to 'src/layout')
-rw-r--r--src/layout/engine.nim1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/layout/engine.nim b/src/layout/engine.nim
index d2aa09a9..f46190e8 100644
--- a/src/layout/engine.nim
+++ b/src/layout/engine.nim
@@ -429,7 +429,6 @@ proc resolveDimensions(box: BlockBox, availableWidth: int, availableHeight: Opti
     box.contentWidth = widthpx
     box.max_width = some(widthpx)
     box.min_width = some(widthpx)
-  eprint "resolve", computed{"width"}
   box.resolveContentWidth(widthpx, availableWidth, computed{"width"}.auto)
   if not computed{"max-width"}.auto:
     let max_width = computed{"max-width"}.px(viewport, availableWidth)