@sledge-app/react-instant-search 0.0.116 → 0.0.118

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.
@@ -3436,7 +3436,6 @@ const SearchResultWidget = (props) => {
3436
3436
  React__default.useEffect(() => {
3437
3437
  if (!isRenderAppInstantSearch)
3438
3438
  return;
3439
- console.log("isRenderAppInstantSearch");
3440
3439
  const searchParams2 = new URLSearchParams(document.location.search);
3441
3440
  setKeyword((searchParams2 == null ? void 0 : searchParams2.get(queryKeyword)) || "");
3442
3441
  handleSettings(localStorage.getItem(LOCAL_STORAGE_KEY.INSTANT_SEARCH_SETTING) || null);