Skip to content

Commit

Permalink
further logging
Browse files Browse the repository at this point in the history
  • Loading branch information
tomasholderness committed Jul 10, 2018
1 parent de5bed1 commit 7149455
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/lib/telegram.js
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,7 @@ export default class Telegram {
* @return {Promise} - Result of request
**/
_sendMessage(requestString) {
console.log(requestString);
return new Promise((resolve, reject) => {
console.log('Sending request to telegram: ' + requestString);
this.axios.post(requestString, {})
Expand Down

0 comments on commit 7149455

Please sign in to comment.