Skip to content

Commit

Permalink
remove log
Browse files Browse the repository at this point in the history
  • Loading branch information
nikk15 committed Jul 20, 2023
1 parent 3978df1 commit 5272d18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/react-components/media-browser.js
Original file line number Diff line number Diff line change
Expand Up @@ -386,7 +386,7 @@ class MediaBrowserContainer extends Component {
const hasPrevious = !!searchParams.get("cursor");

const customObjectType = isSceneApiType ? "scene" : urlSource === "avatars" ? "avatar" : "object";
console.log(this.props.mediaSearchStore.isFetching, "IS FETCHING")

let searchDescription;

if (!hideSearch && urlSource !== "scenes" && urlSource !== "avatars" && urlSource !== "favorites") {
Expand Down

0 comments on commit 5272d18

Please sign in to comment.