remove a useless fprintf

This commit is contained in:
Adrien Schildknecht 2013-07-01 23:29:23 +02:00
parent eed4fd22c1
commit 8efe17cc99

1
xcwd.c
View File

@ -120,7 +120,6 @@ static char* windowStrings(Window focuswin, long unsigned int *size, char* hint)
LOG("%c", data[i] == 0 ? ' ' : data[i]);
ret[i] = data[i];
}
fprintf(stderr, "\n");
LOG("%s", "\n");
}
XFree(data);