mirror of
https://github.com/cpvalente/ontime.git
synced 2026-08-20 14:39:06 +00:00
chore: remove console statement
This commit is contained in:
committed by
Carlos Valente
parent
b3a099255f
commit
3bdd8424eb
@@ -40,7 +40,6 @@ export function RedirectClientModal(props: RedirectClientModalProps) {
|
|||||||
if (newPath === '/' || newPath === currentPath) {
|
if (newPath === '/' || newPath === currentPath) {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
console.log('----> redirect to', newPath);
|
|
||||||
setRedirect({ target: id, redirect: newPath });
|
setRedirect({ target: id, redirect: newPath });
|
||||||
onClose();
|
onClose();
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user