From f2e340fef5cadcd9af561042ab6bd29100798748 Mon Sep 17 00:00:00 2001 From: Ismo Puustinen Date: Tue, 20 Aug 2013 10:25:49 +0300 Subject: [PATCH] resource-c: removed forgotten debug print. --- src/plugins/resource-native/libmurphy-resource/resource.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/plugins/resource-native/libmurphy-resource/resource.c b/src/plugins/resource-native/libmurphy-resource/resource.c index a2ed7c9..5f528e9 100644 --- a/src/plugins/resource-native/libmurphy-resource/resource.c +++ b/src/plugins/resource-native/libmurphy-resource/resource.c @@ -114,7 +114,6 @@ static void resource_event(mrp_msg_t *msg, } /* Update our "master copy" of the resource set. */ - printf("rset_id = %d\n", rset_id); rset = mrp_htbl_lookup(cx->priv->rset_mapping, u_to_p(rset_id)); -- 2.7.4