Skip to content
Snippets Groups Projects
Commit bef5cc4e authored by Birte Kristina Friesel's avatar Birte Kristina Friesel
Browse files

Remove debug printf. Duh.

parent 01a5f41e
No related branches found
No related tags found
No related merge requests found
......@@ -964,7 +964,6 @@ void winwidget_center_image(winwidget winwid)
winwid->im_y = ((int)opt.geom_h - lround(winwid->im_h * winwid->zoom)) >> 1;
else
winwid->im_y = 0;
printf("-> %d %d \n", winwid->im_x, winwid->im_y);
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment