no debugging printf

SVN revision: 3318
This commit is contained in:
Carsten Haitzler 2000-09-05 01:48:34 +00:00
parent 2fe8f410e5
commit d35f3a64d8
1 changed files with 0 additions and 1 deletions

View File

@ -348,7 +348,6 @@ save (ImlibImage *im, ImlibProgressFunction progress,
}
#endif
ret = buf;
printf("set data of size %i key %s in db %s\n", size, key, file);
e_db_data_set(db, key, ret, size);
free(buf);
if (progress)