Remove useless debug statement differing with upstream
authorMike McCormack <mj.mccormack@samsung.com>
Thu, 3 Nov 2011 02:02:42 +0000 (11:02 +0900)
committerMike McCormack <mj.mccormack@samsung.com>
Thu, 3 Nov 2011 02:02:42 +0000 (11:02 +0900)
src/lib/ecore_file/ecore_file_download.c

index 6f12e06..8811532 100644 (file)
@@ -286,7 +286,6 @@ _ecore_file_download_url_compare_job(const void *data1, const void *data2)
 static Eina_Bool
 _ecore_file_download_url_complete_cb(void *data __UNUSED__, int type __UNUSED__, void *event)
 {
-   DBG("_ecore_file_download_url_complete_cb");
    Ecore_Con_Event_Url_Complete *ev = event;
    Ecore_File_Download_Job      *job;