summaryrefslogtreecommitdiff
path: root/test/persistence_client_library_test.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/persistence_client_library_test.c')
-rw-r--r--test/persistence_client_library_test.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/persistence_client_library_test.c b/test/persistence_client_library_test.c
index 5e3c416..4911455 100644
--- a/test/persistence_client_library_test.c
+++ b/test/persistence_client_library_test.c
@@ -1272,7 +1272,6 @@ START_TEST(test_WriteConfDefault)
// -- file interface ---
memset(readBuffer, 0, READ_SIZE);
fd = pclFileOpen(PCL_LDBID_LOCAL, "media/mediaData.configurable", PCL_USER_DEFAULTDATA, 99);
- printf("The FD: %d\n", fd);
ret = pclFileWriteData(fd, writeBuffer, strlen((char*)writeBuffer));
pclFileSeek(fd, 0, SEEK_SET);
ret = pclFileReadData(fd, readBuffer, READ_SIZE);