removed unneeded comments

This commit is contained in:
kyle hoell
2020-12-07 21:06:22 -05:00
parent 1e28ba1951
commit 13dc080388
22 changed files with 0 additions and 82 deletions
-3
View File
@@ -48,7 +48,6 @@ class HomePageContainer extends React.Component {
this.props.dispatch(startResetParentList());
} else if (pathname.includes("/search")) {
console.log("login check set search")
this.setSearchItems();
return;
@@ -189,8 +188,6 @@ class HomePageContainer extends React.Component {
const storageType = url.searchParams.get("storageType") || undefined;
const folderSearch = url.searchParams.get("folder_search") || undefined;
console.log("Search", value, parent, storageType, folderSearch);
this.props.dispatch(startResetCache())
this.props.dispatch(setCurrentRouteType("search"))
this.props.dispatch(setCachedSearch(value))