Skip to content

Commit

Permalink
remove token log
Browse files Browse the repository at this point in the history
  • Loading branch information
lifang.ylf committed Apr 26, 2018
1 parent a8b4d46 commit 773abd4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/http/iotx_http_api.c
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -571,7 +571,7 @@ int IOT_HTTP_DeviceNameAuth(void *handle)
LITE_free(pvalue);
pvalue = NULL;

log_info("iotToken: %s", iotx_http_context->p_auth_token);
//log_info("iotToken: %s", iotx_http_context->p_auth_token);

/* report module id */
ret = iotx_http_report_mid(iotx_http_context);
Expand Down
4 changes: 2 additions & 2 deletions src/shadow/shadow_update.c
100644 → 100755
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*
g/*
* Copyright (c) 2014-2016 Alibaba Group. All rights reserved.
* License-Identifier: Apache-2.0
*
Expand Down Expand Up @@ -146,7 +146,7 @@ void iotx_ds_update_wait_ack_list_handle_response(
if (0 == memcmp(pdata, pelement[i].token, strlen(pelement[i].token))) {
LITE_free(pdata);
HAL_MutexUnlock(pshadow->mutex);
log_debug("token=%s", pelement[i].token);
//log_debug("token=%s", pelement[i].token);
do {
pdata = LITE_json_value_of("status", (char *)ppayload);
if (NULL == pdata) {
Expand Down

0 comments on commit 773abd4

Please sign in to comment.