mirror of
https://github.com/cpvalente/ontime.git
synced 2026-08-08 17:03:53 +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) {
|
||||
return;
|
||||
}
|
||||
console.log('----> redirect to', newPath);
|
||||
setRedirect({ target: id, redirect: newPath });
|
||||
onClose();
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user