Tiling2: Removed debug printfs.

This commit is contained in:
Tom Hacohen 2014-01-16 12:53:23 +00:00
parent ceb1cc414e
commit b092052297
1 changed files with 0 additions and 2 deletions

View File

@ -695,12 +695,10 @@ static void _move_or_resize(E_Client *ec)
if (abs(extra->expected.w - ec->w) >= MAX(ec->icccm.step_w, 1))
{
w_diff = ((double) ec->w) / extra->expected.w;
printf("w %d %d %f\n", extra->expected.w, ec->w, w_diff);
}
if (abs(extra->expected.h - ec->h) >= MAX(ec->icccm.step_h, 1))
{
h_diff = ((double) ec->h) / extra->expected.h;
printf("h %d %d %f\n", extra->expected.h, ec->h, h_diff);
}
if (extra->expected.x != ec->x)
{