From 8c4cf4118d1d8dbb0a2f7465cb66f2599d56e4fb Mon Sep 17 00:00:00 2001 From: Guillaume Ayoub Date: Mon, 25 Jun 2012 12:51:13 +0200 Subject: [PATCH] Remove print --- weasyprint/layout/float.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/weasyprint/layout/float.py b/weasyprint/layout/float.py index 8fc89366..75bda216 100644 --- a/weasyprint/layout/float.py +++ b/weasyprint/layout/float.py @@ -172,8 +172,6 @@ def avoid_collisions(document, box, containing_block, outer=True): position_x = max_left_bound available_width = max_right_bound - max_left_bound - if box.style.float == 'right': - print(colliding_shapes, position_x, position_y, available_width) if not outer: position_x -= box.margin_left