chore: remove console statement

This commit is contained in:
Carlos Valente
2025-02-26 19:54:28 +01:00
committed by Carlos Valente
parent b3a099255f
commit 3bdd8424eb
@@ -40,7 +40,6 @@ export function RedirectClientModal(props: RedirectClientModalProps) {
if (newPath === '/' || newPath === currentPath) {
return;
}
console.log('----> redirect to', newPath);
setRedirect({ target: id, redirect: newPath });
onClose();
};