0
1
Fork 0

Remove console.log

This commit is contained in:
William Buezas 2024-09-16 09:32:33 -03:00
parent be868b60ab
commit 2a43ab023a
1 changed files with 0 additions and 1 deletions

View File

@ -30,7 +30,6 @@ const onSearch = data => (users.value = data || []);
const supplantUser = async user => {
try {
console.log('supplant user');
await userStore.supplantUser(user);
await appStore.getMenuLinks();
router.push({ name: 'confirmedOrders' });