remove some debug output

This commit is contained in:
Sebastian Ramacher 2012-02-05 11:47:28 +01:00
parent 12fd8450fa
commit 8bd20bff37

View File

@ -123,8 +123,6 @@ zathura_page_view_expose(GtkWidget* widget, GdkEventExpose* event)
page_width = widget->allocation.height;
}
girara_info("h %d, w %d", page_height, page_width);
switch (priv->page->document->rotate) {
case 90:
cairo_translate(cairo, page_width, 0);