Skip to content

Commit aff0d4e

Browse files
Removed console.log
1 parent a9ab5fd commit aff0d4e

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/plugin/components/SaveFieldButtons.vue

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,8 +77,6 @@ const loading = computed(() => props.loading);
7777
7878
const settings = reactive({ ...attrs, ...props });
7979
80-
console.log({ settings });
81-
8280
const loadingIconClasses = computed(() => {
8381
if (iconOptions?.defaultSet === 'fa') {
8482
return 'fa-spin';

0 commit comments

Comments
 (0)