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:
parent
87782767f8
commit
ece7a02902
1 changed files with 0 additions and 1 deletions
|
@ -98,7 +98,6 @@ async function loadItemSearch(searchOptions) {
|
||||||
|
|
||||||
return result;
|
return result;
|
||||||
}
|
}
|
||||||
window.loadItemSearch = loadItemSearch;
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* writeItemToApolloCache is one last important bridge between our loaders and
|
* writeItemToApolloCache is one last important bridge between our loaders and
|
||||||
|
|
Loading…
Reference in a new issue