Browse Source

remove log

pull/1/head
Jonathan Cobb 4 years ago
parent
commit
22741cc804
1 changed files with 0 additions and 1 deletions
  1. +0
    -1
      src/_store/system.module.js

+ 0
- 1
src/_store/system.module.js View File

@@ -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;
},


Loading…
Cancel
Save