Explorar el Código

remove log

pull/1/head
Jonathan Cobb hace 4 años
padre
commit
22741cc804
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  1. +0
    -1
      src/_store/system.module.js

+ 0
- 1
src/_store/system.module.js Ver fichero

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


Cargando…
Cancelar
Guardar