summaryrefslogtreecommitdiff
path: root/src/draw.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/draw.c')
-rw-r--r--src/draw.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/draw.c b/src/draw.c
index 04e02e2..57e0021 100644
--- a/src/draw.c
+++ b/src/draw.c
@@ -24,8 +24,6 @@ void tui_init(Group **groups, Entry **entries) {
wrefresh(w_main);
// draw groups and entries
- fprintf(stderr, "groups: %d\n", sizeof(*groups) / sizeof(Group));
- fprintf(stderr, "entries: %d\n", sizeof(*entries) / sizeof(Entry));
input = getch();
tui_end();