Skip to content

Commit 6529d16

Browse files
authored
Merge pull request #391 from alibaba/update_1.3.2
[CoAP] Remove device secret print
2 parents 5e53c97 + 77462ad commit 6529d16

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

framework/connectivity/coap/iotx_product_linux.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@ int iotx_set_devinfo(iotx_deviceinfo_t *p_devinfo)
2727

2828
fprintf(stderr, "*****The Product Key : %s *****\r\n", p_devinfo->product_key);
2929
fprintf(stderr, "*****The Device Name : %s *****\r\n", p_devinfo->device_name);
30-
fprintf(stderr, "*****The Device Secret: %s *****\r\n", p_devinfo->device_secret);
3130
fprintf(stderr, "*****The Device ID : %s *****\r\n", p_devinfo->device_id);
3231

3332
return IOTX_SUCCESS;

0 commit comments

Comments
 (0)