Skip to content

Commit e609205

Browse files
committed
remove console log
1 parent feaee50 commit e609205

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

adminforth/plugins/foreign-inline-list/custom/InlineList.vue

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -131,8 +131,6 @@ const filters = ref([]);
131131
const filtersShow = ref(false);
132132
const columnsMinMax = ref(null);
133133
134-
console.log('listResource', JSON.stringify(listResource.value, null, 2));
135-
136134
const listResourceRefColumn = computed(() => {
137135
if (!listResource.value) {
138136
return null;

0 commit comments

Comments
 (0)