Skip to content

Commit

Permalink
remove log
Browse files Browse the repository at this point in the history
  • Loading branch information
RPing committed Oct 27, 2017
1 parent 8fd4008 commit 02032b7
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions bot.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,6 @@ const options = {
}

module.exports = botBuilder((message, originalApiRequest) => {
console.log(JSON.stringify(message))
console.log(JSON.stringify(originalApiRequest))

if (message.type === 'telegram') {
return telegramFlow(message, originalApiRequest)
}
Expand Down

0 comments on commit 02032b7

Please sign in to comment.