From 1c53eb55ab3681248588eb7aa32852ca9b7a1ab9 Mon Sep 17 00:00:00 2001 From: handyande Date: Fri, 3 Jun 2005 17:45:20 +0000 Subject: [PATCH] damn you debug SVN revision: 15094 --- src/bin/e_ipc_handlers.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/bin/e_ipc_handlers.h b/src/bin/e_ipc_handlers.h index 2724907d1..78279b8ee 100644 --- a/src/bin/e_ipc_handlers.h +++ b/src/bin/e_ipc_handlers.h @@ -541,7 +541,6 @@ break; } } - printf("TYPE %s\n", type); if (!strcmp(type, "data")) res = 0; else if (!strcmp(type, "images")) @@ -558,7 +557,6 @@ break; res = E_RESPONSE_MODULE_DIRS_LIST; else if (!strcmp(type, "backgrounds")) res = E_RESPONSE_BACKGROUND_DIRS_LIST; - printf("RES %d\n"); END_RESPONSE(r, res); /* FIXME - need a custom free */ } END_GENERIC();