From 77462ad9dda8462aab41e8c935a36822e8e7e019 Mon Sep 17 00:00:00 2001 From: "Kun.Li" Date: Sun, 1 Jul 2018 12:25:23 +0800 Subject: [PATCH] [CoAP] Remove device secret print Signed-off-by: Kun.Li --- framework/connectivity/coap/iotx_product_linux.c | 1 - 1 file changed, 1 deletion(-) diff --git a/framework/connectivity/coap/iotx_product_linux.c b/framework/connectivity/coap/iotx_product_linux.c index c4ac71de94..a6179b5c8a 100644 --- a/framework/connectivity/coap/iotx_product_linux.c +++ b/framework/connectivity/coap/iotx_product_linux.c @@ -27,7 +27,6 @@ int iotx_set_devinfo(iotx_deviceinfo_t *p_devinfo) fprintf(stderr, "*****The Product Key : %s *****\r\n", p_devinfo->product_key); fprintf(stderr, "*****The Device Name : %s *****\r\n", p_devinfo->device_name); - fprintf(stderr, "*****The Device Secret: %s *****\r\n", p_devinfo->device_secret); fprintf(stderr, "*****The Device ID : %s *****\r\n", p_devinfo->device_id); return IOTX_SUCCESS;