Skip to content

Commit

Permalink
Remove console log
Browse files Browse the repository at this point in the history
  • Loading branch information
compulim committed Sep 24, 2019
1 parent e57f05c commit 09f02b3
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions __tests__/setup/web/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -145,12 +145,7 @@
...props
};

renderWebChat = props => {
console.log(props);

window.WebChat.renderWebChat(props, document.getElementById('webchat'));
};

renderWebChat = props => window.WebChat.renderWebChat(props, document.getElementById('webchat'));
renderWebChat(props);

document.querySelector('#webchat > *').focus();
Expand Down

0 comments on commit 09f02b3

Please sign in to comment.