diff --git a/src/views/settings/components/Inputs.vue b/src/views/settings/components/Inputs.vue index 16425bfc..b1624e5d 100644 --- a/src/views/settings/components/Inputs.vue +++ b/src/views/settings/components/Inputs.vue @@ -27,15 +27,6 @@ :value="option" :key="index"/> - { return { ...acc, [el[0]]: el[1] } }, {}) - console.log(updatedValue) this.updateSetting(updatedValue, this.settingGroup.group, this.settingGroup.key, this.setting.key) }, deleteIcondRow(index) {}, @@ -336,7 +323,6 @@ export default { } return { ...acc, [el[0]]: el[1] } }, {}) - console.log(updatedValue) this.updateSetting(updatedValue, this.settingGroup.group, this.settingGroup.key, this.setting.key) }, parseIcons(value, inputType, index) {}, @@ -377,7 +363,6 @@ export default { ) }, toggleAtomTuple(value, tab, input) { - console.log(value) }, toggleLimits(value, input) { this.updateSetting(value, this.settingGroup.group, 'rate_limit', input)