remove debug code

This commit is contained in:
Night Kaly 2024-03-13 18:29:28 +00:00
parent 4dcfda0167
commit 1616b2a10b
No known key found for this signature in database
GPG key ID: 8E829D3381CFEBBE

3
ccc.c
View file

@ -82,9 +82,6 @@ int main(int argc, char** argv)
list_files(cwd); list_files(cwd);
highlight_current_line(); highlight_current_line();
char a[100];
sprintf(a, "notify-send \"%d\"", LINES);
system(a);
/* set window name */ /* set window name */
printf("%c]2;ccc: %s%c", ESC, cwd, ESC); printf("%c]2;ccc: %s%c", ESC, cwd, ESC);