Showing
1 changed file
with
0 additions
and
9 deletions
... | @@ -54,15 +54,6 @@ try { | ... | @@ -54,15 +54,6 @@ try { |
54 | 54 | ||
55 | function Reply(eventObj,replyMsg){ | 55 | function Reply(eventObj,replyMsg){ |
56 | 56 | ||
57 | - let replyMsgJSON = JSON.parse(replyMsg); | ||
58 | - | ||
59 | - let playerMsg = JSON.stringify(replyMsgJSON.response[0].player.name); | ||
60 | - let jsonMsg = JSON.stringify(replyMsgJSON); | ||
61 | - | ||
62 | - console.log(typeof(playerMsg)); | ||
63 | - console.log("Player Message ", playerMsg); | ||
64 | - console.log("JSON Message ", jsonMsg); | ||
65 | - | ||
66 | request.post( | 57 | request.post( |
67 | { | 58 | { |
68 | url: TARGET_URL, | 59 | url: TARGET_URL, | ... | ... |
-
Please register or login to post a comment