Remove heavy debugging message (sync)
authorSung-jae Park <nicesj.park@samsung.com>
Fri, 8 Mar 2013 04:25:23 +0000 (04:25 +0000)
committerSung-jae Park <nicesj.park@samsung.com>
Fri, 8 Mar 2013 04:25:23 +0000 (04:25 +0000)
Change-Id: Id14ee1a8b59cdc3f167a54473d81c3b9b0868d29

src/livebox.c

index 228780d..5e19696 100644 (file)
@@ -623,7 +623,6 @@ EAPI int livebox_sync_buffer(struct livebox_buffer *handle)
                return -EINVAL;
        }
 
-       DbgPrint("Sync buffer\n");
        provider_buffer_sync(handle);
 
        if (user_data->is_pd) {