remove a useless fprintf
This commit is contained in:
parent
eed4fd22c1
commit
8efe17cc99
1
xcwd.c
1
xcwd.c
@ -120,7 +120,6 @@ static char* windowStrings(Window focuswin, long unsigned int *size, char* hint)
|
|||||||
LOG("%c", data[i] == 0 ? ' ' : data[i]);
|
LOG("%c", data[i] == 0 ? ' ' : data[i]);
|
||||||
ret[i] = data[i];
|
ret[i] = data[i];
|
||||||
}
|
}
|
||||||
fprintf(stderr, "\n");
|
|
||||||
LOG("%s", "\n");
|
LOG("%s", "\n");
|
||||||
}
|
}
|
||||||
XFree(data);
|
XFree(data);
|
||||||
|
Loading…
Reference in New Issue
Block a user