Skip to content

Commit bdfa1d7

Browse files
committed
fix: remove debug log from getList function
1 parent e3e30df commit bdfa1d7

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

adminforth/spa/src/views/ListView.vue

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,6 @@ async function getList() {
185185
if (!isPageLoaded.value) {
186186
return;
187187
}
188-
console.log('getListValidFilters', filtersStore.filers);
189188
const data = await callAdminForthApi({
190189
path: '/get_resource_data',
191190
method: 'POST',

0 commit comments

Comments
 (0)