Remove debug printf.

This commit is contained in:
Jaime Thomas
2009-01-11 20:37:58 +00:00
parent 814c711106
commit 16313d6e51
2 changed files with 1 additions and 2 deletions

View File

@@ -219,7 +219,6 @@ ecdb_burn_progress_handler(void *data, void *buffer, unsigned int nbyte)
Edje_Message_Int_Set *progress_msg;
Edje_Message_String finalize;
printf("In progress handler, %d %d\n", sizeof(BurnProgress), nbyte);
if (nbyte != sizeof(BurnProgress))
{
ecore_event_add(ECDB_DRIVE_ACTION_FINISHED, NULL, NULL, NULL);