Skip to content

Commit

Permalink
chore: remove res log
Browse files Browse the repository at this point in the history
  • Loading branch information
TriptoAfsin committed Aug 13, 2024
1 parent 26350dc commit 0d5928a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/controllers/chatbotController.js
Original file line number Diff line number Diff line change
Expand Up @@ -5712,7 +5712,6 @@ let callSendAPI = async (sender_psid, response) => {
console.log("🟢 Message sent!");
//daily report analytics
handleApiCallAnalytics();
console.log("res message", res)
} else {
console.error(`🔴 Unable to send message: ${err}`);
}
Expand Down

0 comments on commit 0d5928a

Please sign in to comment.