remove debug code
This commit is contained in:
parent
4dcfda0167
commit
1616b2a10b
1 changed files with 0 additions and 3 deletions
3
ccc.c
3
ccc.c
|
@ -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);
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue