mirror of
https://git.pwmt.org/pwmt/zathura.git
synced 2024-11-11 00:13:47 +01:00
remove some debug output
This commit is contained in:
parent
12fd8450fa
commit
8bd20bff37
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user