Skip to content

Commit 705de89

Browse files
committed
update
1 parent 819324e commit 705de89

File tree

2 files changed

+0
-1
lines changed

2 files changed

+0
-1
lines changed

kc

-3.13 KB
Binary file not shown.

kc.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,6 @@ random_palette(void)
111111
closedir(p.dr);
112112
srand(time(0));
113113
int v = (rand() % (p.randf - 2 + 1)) + 2;
114-
printf("%d %d\n", v, p.randf);
115114
p.randf = 0;
116115
p.dr = opendir(p.SEL);
117116
while((de = readdir(p.dr)) != NULL)

0 commit comments

Comments
 (0)