You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@celix.apache.org by bp...@apache.org on 2015/11/20 18:29:40 UTC

celix git commit: CELIX-284: remove debug output

Repository: celix
Updated Branches:
  refs/heads/develop fe94cd14b -> 804a46321


CELIX-284: remove debug output


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

Branch: refs/heads/develop
Commit: 804a46321fa1cab756e78c1076055c77dbf47269
Parents: fe94cd1
Author: Bjoern Petri <bp...@apache.org>
Authored: Fri Nov 20 18:29:18 2015 +0100
Committer: Bjoern Petri <bp...@apache.org>
Committed: Fri Nov 20 18:29:18 2015 +0100

----------------------------------------------------------------------
 .../rsa/private/src/remote_service_admin_dfi.c                | 7 -------
 1 file changed, 7 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/celix/blob/804a4632/remote_services/remote_service_admin_dfi/rsa/private/src/remote_service_admin_dfi.c
----------------------------------------------------------------------
diff --git a/remote_services/remote_service_admin_dfi/rsa/private/src/remote_service_admin_dfi.c b/remote_services/remote_service_admin_dfi/rsa/private/src/remote_service_admin_dfi.c
index 01cd700..67f6b30 100644
--- a/remote_services/remote_service_admin_dfi/rsa/private/src/remote_service_admin_dfi.c
+++ b/remote_services/remote_service_admin_dfi/rsa/private/src/remote_service_admin_dfi.c
@@ -214,13 +214,6 @@ celix_status_t remoteServiceAdmin_create(bundle_context_pt context, remote_servi
 
     }
 
-    if (status != CELIX_SUCCESS)
-    printf("111 status is not success\n ");
-    else {
-        printf("111 status is success\n ");
-
-    }
-
     return status;
 }