remove unused logging macros.
[platform/adaptation/emulator/gst-plugins-emulator.git] / src / gstmaru.c
index 95aedf3..5819cf9 100644 (file)
@@ -58,8 +58,6 @@ gst_maru_codec_element_init ()
   int fd = 0, ret = TRUE;
   void *buffer = MAP_FAILED;
 
-  CODEC_LOG (DEBUG, "enter: %s\n", __func__);
-
   codec_element_init = TRUE;
 
   fd = open (CODEC_DEV, O_RDWR);
@@ -120,8 +118,6 @@ out:
     close (fd);
   }
 
-  CODEC_LOG (DEBUG, "leave: %s\n", __func__);
-
   return ret;
 }