summaryrefslogtreecommitdiffstats
path: root/common/elapi/elapi_internal.c
diff options
context:
space:
mode:
Diffstat (limited to 'common/elapi/elapi_internal.c')
-rw-r--r--common/elapi/elapi_internal.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/common/elapi/elapi_internal.c b/common/elapi/elapi_internal.c
index d0fd48dc0..d80725b21 100644
--- a/common/elapi/elapi_internal.c
+++ b/common/elapi/elapi_internal.c
@@ -74,11 +74,6 @@ int elapi_tgt_cb(const char *target,
TRACE_INFO_STRING("Current event will be logged into the target:", target);
- /* FIXME THIS IS A PLACEHOLDER FUNCTION FOR NOW */
-
- printf("\n\n\nPROCESSING EVENT:\n");
- col_debug_collection(target_data->event, COL_TRAVERSE_DEFAULT);
-
/* Log event */
error = elapi_tgt_submit(target_data->handle, context, target_data->event);
if (error) {
@@ -86,7 +81,6 @@ int elapi_tgt_cb(const char *target,
return error;
}
-
TRACE_FLOW_STRING("elapi_tgt_cb", "Exit.");
return EOK;
}