bibot 1.0.52 → 1.0.53

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