viscal

cairo/gtk vi-like timeblocking calendar
git clone git://jb55.com/viscal
Log | Files | Refs | README | LICENSE

commit d1679eeaaf229b311133a772628c65ba6e88991f
parent 854bc50baeb20265e079193f965d7a86f7d24584
Author: William Casarin <jb55@jb55.com>
Date:   Mon,  4 Jan 2021 12:22:24 -0800

remove debug

Diffstat:
Mviscal.c | 1-
1 file changed, 0 insertions(+), 1 deletion(-)

diff --git a/viscal.c b/viscal.c @@ -1152,7 +1152,6 @@ static void select_dir(struct cal *cal, int rel) static void select_up(struct cal *cal) { - printf("select_up repeat %d\n", cal->repeat); for (int i = 0; i < cal->repeat; i++) { select_dir(cal, -1); }