diff --git a/src/_store/system.module.js b/src/_store/system.module.js index 90185be..cb69a9c 100644 --- a/src/_store/system.module.js +++ b/src/_store/system.module.js @@ -250,7 +250,6 @@ const mutations = { state.status.searching = true; }, searchSuccess(state, {type, query, results}) { - console.log('searchSuccess: '+JSON.stringify(results)); state.status.searching = false; state.searchResults = results; },