Skip to content

Commit

Permalink
no message
Browse files Browse the repository at this point in the history
  • Loading branch information
GilHogan committed Dec 29, 2023
1 parent 868d7e1 commit d5d7a39
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions server/utils/noticeUtil.js
Original file line number Diff line number Diff line change
Expand Up @@ -77,8 +77,8 @@ function postTelRequest(options, postData, resolve, reject) {
});

res.on('end', () => {
const parsedData = JSON.parse(rawData);
consoleUtil.log("sendTelMsg end parsedData = ", parsedData);
// const parsedData = JSON.parse(rawData);
// consoleUtil.log("sendTelMsg end parsedData = ", parsedData);
resolve();
});
});
Expand Down

0 comments on commit d5d7a39

Please sign in to comment.