bibot 1.0.52 → 1.0.53

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
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