We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5e53c97 + 77462ad commit 6529d16Copy full SHA for 6529d16
framework/connectivity/coap/iotx_product_linux.c
@@ -27,7 +27,6 @@ int iotx_set_devinfo(iotx_deviceinfo_t *p_devinfo)
27
28
fprintf(stderr, "*****The Product Key : %s *****\r\n", p_devinfo->product_key);
29
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);
31
fprintf(stderr, "*****The Device ID : %s *****\r\n", p_devinfo->device_id);
32
33
return IOTX_SUCCESS;
0 commit comments