chore: refs #8197 remove console log
gitea/salix-front/pipeline/pr-master Build queued... Details

This commit is contained in:
Alex Moreno 2024-12-04 09:44:21 +01:00
parent 68fc565324
commit 1b2af7cb84
1 changed files with 0 additions and 1 deletions

View File

@ -68,7 +68,6 @@ const columns = computed(() => [
},
]);
const exprBuilder = (param, value) => {
console.log('param: ', param);
switch (param) {
case 'search':
return /^\d+$/.test(value)