chore: removed obsolete console logs

This commit is contained in:
2025-04-14 14:27:25 +02:00
parent 6bd928d18e
commit bf7d00e29c
+9 -9
View File
@@ -89,8 +89,8 @@ const computedTimetableRows = computed(() => {
for (const stop of stopList) { for (const stop of stopList) {
if (stop.arrivalLine && stop.arrivalLine == currentPath.arrivalLine) { if (stop.arrivalLine && stop.arrivalLine == currentPath.arrivalLine) {
console.log('arrivalKm', arrivalKm); // console.log('arrivalKm', arrivalKm);
console.log('stopDistance', stop.stopDistance); // console.log('stopDistance', stop.stopDistance);
if (arrivalKm >= stop.stopDistance) arrivalKm = (Number(stopRows[stopRows.length - 1].departureKm ?? '0') + stop.stopDistance) / 2; if (arrivalKm >= stop.stopDistance) arrivalKm = (Number(stopRows[stopRows.length - 1].departureKm ?? '0') + stop.stopDistance) / 2;
@@ -191,13 +191,13 @@ const computedTimetableRows = computed(() => {
stopRows[i].departureSpeed = currentPath.departureLineData.routeSpeed; stopRows[i].departureSpeed = currentPath.departureLineData.routeSpeed;
stopRows[i].departureTracks = currentPath.departureLineData.routeTracks; stopRows[i].departureTracks = currentPath.departureLineData.routeTracks;
console.log( // console.log(
stop.departureLine, // stop.departureLine,
currentPath.sceneryName, // currentPath.sceneryName,
stop.stopDistance, // stop.stopDistance,
currentPath.departureLineData.routeLength, // currentPath.departureLineData.routeLength,
currentPath.departureLineData.isRouteSBL // currentPath.departureLineData.isRouteSBL
); // );
/* /*
if (currentPath.departureLineData.isRouteSBL) if (currentPath.departureLineData.isRouteSBL)