mirror of
https://github.com/wanderer-industries/wanderer
synced 2025-12-12 10:45:54 +00:00
chore: Add ability to see character passage direction in list of passages - remove unnecessary log
This commit is contained in:
@@ -140,11 +140,6 @@ export const Connections = ({ selectedConnection, onHide }: OnTheMapProps) => {
|
||||
return passages.reduce((acc, x) => acc + parseInt(x.ship.ship_type_info.mass), 0);
|
||||
}, [passages]);
|
||||
|
||||
useEffect(() => {
|
||||
// eslint-disable-next-line no-console
|
||||
console.log('JOipP', `cnInfo`, cnInfo);
|
||||
}, [cnInfo]);
|
||||
|
||||
if (!cnInfo) {
|
||||
return null;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user