Skip to content

Commit d68bb08

Browse files
committed
Change logger
1 parent fa6eab0 commit d68bb08

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/ChatBot.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -222,7 +222,7 @@ class ChatBot extends Component {
222222
}
223223

224224
triggerNextStep = (data) => {
225-
console.log('=======In NEXT STEP========');
225+
console.error('=======In NEXT STEP========');
226226
const { enableMobileAutoFocus } = this.props;
227227
const {
228228
defaultUserSettings,

0 commit comments

Comments
 (0)