summaryrefslogtreecommitdiff
path: root/render/layout.c
diff options
context:
space:
mode:
authorMichael Drake <tlsa@netsurf-browser.org>2014-08-04 14:59:13 +0100
committerMichael Drake <tlsa@netsurf-browser.org>2014-08-04 14:59:13 +0100
commit2ea5ca5805326a07311745e9cdb39fb30215716f (patch)
tree277f446b699ab1e4ed73c8e73f987271994307ba /render/layout.c
parenta807d762f9bfd06c903ab220c68e021c8ae99d37 (diff)
downloadnetsurf-2ea5ca5805326a07311745e9cdb39fb30215716f.tar.gz
netsurf-2ea5ca5805326a07311745e9cdb39fb30215716f.tar.bz2
Remove unwanted debug.
Diffstat (limited to 'render/layout.c')
-rw-r--r--render/layout.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/render/layout.c b/render/layout.c
index e0f0a349d..ffea31d17 100644
--- a/render/layout.c
+++ b/render/layout.c
@@ -5068,7 +5068,6 @@ static void layout_get_box_bbox(struct box *box, int *desc_x0, int *desc_y0,
css_computed_font_size(box->style, &font_size, &font_unit);
text_height = nscss_len2px(font_size, font_unit, box->style);
-printf("%i", text_height);
*desc_y0 = (*desc_y0 < -text_height) ? *desc_y0 : -text_height;
}
}