Skip to content

Commit

Permalink
remove debugger
Browse files Browse the repository at this point in the history
  • Loading branch information
carsonxu committed Sep 15, 2020
1 parent 49e28d3 commit 1e18a1a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion demo/sts-put-server-key.html
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,6 @@ <h1>Ajax Put 上传</h1>
credentials = result.credentials;
} catch (e) {}
if (result && credentials) {
debugger;
callback(null, {
Key: result.Key, // 这里在后端加一个字段决定上传的文件名
XCosSecurityToken: credentials.sessionToken,
Expand Down

0 comments on commit 1e18a1a

Please sign in to comment.