Address searchbar bug in App.vue

* Removes unused code
* Was breaking App.vue

Follow up to I2943917db477cd33fab481eaf24e50f6f01ca412

Bug: T379861
Change-Id: Iae9f0d0ea77a100937081794a46cb101a7ca0e31
This commit is contained in:
ksarabia 2024-12-04 12:19:23 -06:00 committed by Jdlrobson
parent 88485bd86f
commit c091726265

View file

@ -213,7 +213,6 @@ module.exports = exports = defineComponent( {
*/
updateUIWithSearchClientResult( search, replaceResults ) {
const query = this.currentSearchQuery;
instrumentation.listeners.onFetchStart();
search.fetch
.then( ( data ) => {