raster pushed a commit to branch master. http://git.enlightenment.org/apps/rage.git/commit/?id=20dfb1f19a6392eaa2716c84e07c69ba41390b71
commit 20dfb1f19a6392eaa2716c84e07c69ba41390b71 Author: Carsten Haitzler (Rasterman) <ras...@rasterman.com> Date: Sun Feb 16 22:06:04 2014 +0900 printf-- --- src/bin/dnd.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/bin/dnd.c b/src/bin/dnd.c index fe2baef..f8faba4 100644 --- a/src/bin/dnd.c +++ b/src/bin/dnd.c @@ -39,7 +39,6 @@ _escape_parse(const char *str) char *d; const char *s; - printf("conv '%s'\n", str); for (d = dest, s = str; *s; d++) { if (s[0] == '%') @@ -58,7 +57,6 @@ _escape_parse(const char *str) } } *d = 0; - printf("'%s'\n", dest); return dest; } --