summaryrefslogtreecommitdiff
path: root/plugins
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2003-03-21 09:39:53 +0000
committerDana Jansens <danakj@orodu.net>2003-03-21 09:39:53 +0000
commit1c7c94614dd64490063f768b71a5b9cf192ce1db (patch)
treefc3a3531ad8773dd67af2e866b0aa88b3be2d6af /plugins
parentc95102751953d4c2800747b0ae12601ee6f414b6 (diff)
rm debug print
Diffstat (limited to 'plugins')
-rw-r--r--plugins/resistance.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/plugins/resistance.c b/plugins/resistance.c
index 64dfe0e7..628802bd 100644
--- a/plugins/resistance.c
+++ b/plugins/resistance.c
@@ -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)