refactor: remove debug output

Signed-off-by: Stefan Dej <meteyou@gmail.com>
This commit is contained in:
Stefan Dej
2021-10-23 01:50:32 +02:00
parent 20a969ebcd
commit 05f5da93d3

View File

@@ -184,7 +184,6 @@ export const actions: ActionTree<FarmPrinterState, RootState> = {
},
getMetadataCurrentFile({ commit }, payload) {
window.console.log('get farm metadata', payload)
commit('setCurrentFile', payload)
},