Remove a printf.

SVN revision: 44503
This commit is contained in:
Christopher Michael 2009-12-16 03:08:54 +00:00
parent d6b8d01380
commit 068ac54414
1 changed files with 1 additions and 1 deletions

View File

@ -1412,7 +1412,7 @@ _e_dnd_cb_event_dnd_selection(void *data, int type, void *event)
for (i = 0; i < size; i++)
{
file[i] = text[i];
printf("'%d-%c' ", text[i], text[i]);
// printf("'%d-%c' ", text[i], text[i]);
/*
if (text[i] == ' ')
{