commit f899d0552a0b30bf0f34968d5a63021005a02e5c
parent 2d74e49c4faf4d9a6a5901e22cab8df1f0c5f4c5
Author: Bakkeby <bakkeby@gmail.com>
Date: Sat, 1 Oct 2022 08:37:17 +0200
alpha: remove debug print statements from changealpha
Diffstat:
1 file changed, 0 insertions(+), 2 deletions(-)
diff --git a/patch/alpha.c b/patch/alpha.c
@@ -15,7 +15,6 @@ changealpha(const Arg *arg)
alpha = clamp(alpha, 0.0, 1.0);
xloadcols();
redraw();
- fprintf(stderr, "changealpha %f\n", arg->f);
}
#if ALPHA_FOCUS_HIGHLIGHT_PATCH
@@ -27,6 +26,5 @@ changealphaunfocused(const Arg *arg)
alphaUnfocused = clamp(alphaUnfocused, 0.0, 1.0);
xloadcols();
redraw();
- fprintf(stderr, "changealphaunfocused %f\n", arg->f);
}
#endif // ALPHA_FOCUS_HIGHLIGHT_PATCH