Remove the debugging message (Sync)
authorSung-jae Park <nicesj.park@samsung.com>
Tue, 19 Mar 2013 10:29:05 +0000 (10:29 +0000)
committerSung-jae Park <nicesj.park@samsung.com>
Tue, 19 Mar 2013 10:29:05 +0000 (10:29 +0000)
Tooooo verbose logging

Change-Id: Ia049dc78c6d40f4ac57066cec987f2b5166d07e5

packaging/liblivebox.spec
src/livebox.c

index 6102f9a..7a7faac 100644 (file)
@@ -1,6 +1,6 @@
 Name: liblivebox
 Summary: Library for the development of a livebox 
-Version: 0.1.16
+Version: 0.1.17
 Release: 1
 Group: main/app
 License: Flora License
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) {