oops: remove printf

SVN revision: 81943
This commit is contained in:
Gustavo Sverzut Barbieri 2012-12-31 23:42:25 +00:00
parent 6ae6f925a4
commit 43eb232d38
1 changed files with 0 additions and 2 deletions

View File

@ -1654,8 +1654,6 @@ _eina_file_copy_splice_internal(int s, int d, off_t total, Eina_File_Copy_Progre
else
todo = total - done;
printf("loop done=%lld, total=%lld, todo=%zd\n", done, total, todo);
ret = _eina_file_copy_read_splice_internal(s, pipefd[1], todo, &r);
if (!ret) break;