bibot 1.0.52 → 1.0.53

Sign up to get free protection for your applications and to get access to all the features.
@@ -3707,7 +3707,6 @@ var useBiBotChatBot = function useBiBotChatBot(bibotProps) {
3707
3707
  var _useContext = useContext(AppContext),
3708
3708
  state = _useContext.state,
3709
3709
  dispatch = _useContext.dispatch;
3710
- console.log('This is the value of test and bibotProps', bibotProps.test, bibotProps);
3711
3710
  var baseURL = bibotProps !== null && bibotProps !== void 0 && bibotProps.test ? endpoints.getInferenceURL(bibotProps === null || bibotProps === void 0 ? void 0 : bibotProps.test) : endpoints.getInferenceURL(false);
3712
3711
  var pluginAxiosInstance = createPluginAxiosInstance(baseURL, {}, {
3713
3712
  Authorization: bibotProps.jwt