Skip to content

Commit

Permalink
Merge pull request #391 from alibaba/update_1.3.2
Browse files Browse the repository at this point in the history
[CoAP] Remove device secret print
  • Loading branch information
Cheng-SG authored Jul 2, 2018
2 parents 5e53c97 + 77462ad commit 6529d16
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion framework/connectivity/coap/iotx_product_linux.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 6529d16

Please sign in to comment.