Code cleanup

This commit is contained in:
Pierre Pronchery 2014-04-25 17:49:06 +08:00
parent c40595d372
commit 42bd7edf99

View File

@ -62,9 +62,6 @@ AppClient * appclient_new_event(char const * app, char const * name,
{
AppClient * appclient;
#ifdef DEBUG
fprintf(stderr, "%s%s%s%s", __func__, "(\"", app, "\")\n");
#endif
#ifdef DEBUG
fprintf(stderr, "DEBUG: %s(\"%s\", %p)\n", __func__, app,
(void *)event);