rm debug print

This commit is contained in:
Dana Jansens 2003-03-21 09:39:53 +00:00
parent c951027519
commit 1c7c94614d

View file

@ -50,7 +50,6 @@ static void resist(Client *c, int *x, int *y)
window edge available, without going all the way from
bottom-to-top in the stacking list
*/
g_print("r %d tl %d\n", r, tl);
if (!snapx && cl >= tr && l < tr && l >= tr - resistance)
*x = tr, snapx = TRUE;
else if (!snapx && cr <= tl && r > tl && r <= tl + resistance)