remove printf

This commit is contained in:
Julien Danjou 2008-01-11 13:28:46 +01:00
parent c709baaae3
commit c21a84bed5
1 changed files with 0 additions and 1 deletions

View File

@ -227,7 +227,6 @@ move_client_to_screen(Client *c, int new_screen, Bool doresize)
if(c->ismax)
{
printf("geom: x %d y %d w %d h %d\n", c->geometry.x, c->geometry.y, c->geometry.width, c->geometry.height);
new_geometry = c->geometry;
/* compute new coords in new screen */