Skip to content

Commit

Permalink
Change logger
Browse files Browse the repository at this point in the history
  • Loading branch information
sanjay-btc committed Mar 13, 2019
1 parent fa6eab0 commit d68bb08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/ChatBot.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,7 @@ class ChatBot extends Component {
}

triggerNextStep = (data) => {
console.log('=======In NEXT STEP========');
console.error('=======In NEXT STEP========');
const { enableMobileAutoFocus } = this.props;
const {
defaultUserSettings,
Expand Down

0 comments on commit d68bb08

Please sign in to comment.