damn you debug

SVN revision: 15094
This commit is contained in:
handyande 2005-06-03 17:45:20 +00:00 committed by handyande
parent 1e6c395c55
commit 1c53eb55ab
1 changed files with 0 additions and 2 deletions

View File

@ -541,7 +541,6 @@ break;
} }
} }
printf("TYPE %s\n", type);
if (!strcmp(type, "data")) if (!strcmp(type, "data"))
res = 0; res = 0;
else if (!strcmp(type, "images")) else if (!strcmp(type, "images"))
@ -558,7 +557,6 @@ break;
res = E_RESPONSE_MODULE_DIRS_LIST; res = E_RESPONSE_MODULE_DIRS_LIST;
else if (!strcmp(type, "backgrounds")) else if (!strcmp(type, "backgrounds"))
res = E_RESPONSE_BACKGROUND_DIRS_LIST; res = E_RESPONSE_BACKGROUND_DIRS_LIST;
printf("RES %d\n");
END_RESPONSE(r, res); /* FIXME - need a custom free */ END_RESPONSE(r, res); /* FIXME - need a custom free */
} }
END_GENERIC(); END_GENERIC();