- remove debug

SVN revision: 30577
This commit is contained in:
Dan Sinclair 2007-07-03 16:15:51 +00:00 committed by Dan Sinclair
parent 8c156ad2fc
commit d1cd6e6710
1 changed files with 0 additions and 7 deletions

View File

@ -938,13 +938,6 @@ efreet_mime_magic_check_priority(const char *file,
break;
match = 1;
if (e->value_len == 0)
{
printf("0 value_len %s\n", m->mime);
match = 0;
}
for (i = 0; i < e->value_len; ++i)
{
if (offset + e->value_len > bytes_read)