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) {
if (stop.arrivalLine && stop.arrivalLine == currentPath.arrivalLine) {
console.log('arrivalKm', arrivalKm);
console.log('stopDistance', stop.stopDistance);
// console.log('arrivalKm', arrivalKm);
// console.log('stopDistance', stop.stopDistance);
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].departureTracks = currentPath.departureLineData.routeTracks;
console.log(
stop.departureLine,
currentPath.sceneryName,
stop.stopDistance,
currentPath.departureLineData.routeLength,
currentPath.departureLineData.isRouteSBL
);
// console.log(
// stop.departureLine,
// currentPath.sceneryName,
// stop.stopDistance,
// currentPath.departureLineData.routeLength,
// currentPath.departureLineData.isRouteSBL
// );
/*
if (currentPath.departureLineData.isRouteSBL)