CELIX-237: commented out some printf statements

Project: http://git-wip-us.apache.org/repos/asf/celix/repo
Commit: http://git-wip-us.apache.org/repos/asf/celix/commit/eb31d9d9
Tree: http://git-wip-us.apache.org/repos/asf/celix/tree/eb31d9d9
Diff: http://git-wip-us.apache.org/repos/asf/celix/diff/eb31d9d9

Branch: refs/heads/feature/CELIX-237_rsa-ffi
Commit: eb31d9d97b455094babd7027e1d1fc4f27c060c7
Parents: ed3fbb4
Author: Pepijn Noltes <pepijnnol...@gmail.com>
Authored: Tue Jul 7 21:27:31 2015 +0200
Committer: Pepijn Noltes <pepijnnol...@gmail.com>
Committed: Tue Jul 7 21:27:31 2015 +0200

----------------------------------------------------------------------
 .../dynamic_function_interface/tst/dyn_type_tests.cpp          | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/celix/blob/eb31d9d9/remote_services/dynamic_function_interface/tst/dyn_type_tests.cpp
----------------------------------------------------------------------
diff --git a/remote_services/dynamic_function_interface/tst/dyn_type_tests.cpp 
b/remote_services/dynamic_function_interface/tst/dyn_type_tests.cpp
index 7ea9ea7..706e9af 100644
--- a/remote_services/dynamic_function_interface/tst/dyn_type_tests.cpp
+++ b/remote_services/dynamic_function_interface/tst/dyn_type_tests.cpp
@@ -23,14 +23,14 @@ extern "C" {
         dyn_type *type;
         int i;
         type = NULL;
-        printf("\n-- example %s with descriptor string '%s' --\n", exName, 
descriptorStr);
+        //printf("\n-- example %s with descriptor string '%s' --\n", exName, 
descriptorStr);
         int status = dynType_create(descriptorStr, &type);
         CHECK_EQUAL(0, status);
         if (status == 0) {
-            dynType_print(type);
+            //dynType_print(type);
             dynType_destroy(type);
         }
-        printf("--\n\n");
+        //printf("--\n\n");
     }
 }
 

Reply via email to