Remove our testing-escape-hatch for item search from the console

Did this before we had the ability to trigger searches from the app
itself, to allow me to open up the browser JS console and call this
function directly. Now we can just do it in app, goodbye!
This commit is contained in:
Emi Matchu 2024-02-27 16:25:17 -08:00
parent 87782767f8
commit ece7a02902

View file

@ -98,7 +98,6 @@ async function loadItemSearch(searchOptions) {
return result;
}
window.loadItemSearch = loadItemSearch;
/**
* writeItemToApolloCache is one last important bridge between our loaders and