Skip to content

Commit

Permalink
Remove test code
Browse files Browse the repository at this point in the history
  • Loading branch information
TruongQuangSB committed Dec 17, 2024
1 parent ea63382 commit d0a6684
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -71,9 +71,6 @@ class SsldTransformator extends AbstractPlanPro2TableModelTransformator {
def String getFreigemeldetLaenge(Fstr_DWeg dweg, TopGraph topGraph,
BigDecimal maxLength) {
val startSignal = dweg?.fstrFahrweg?.start
if (dweg.identitaet.wert == "1C864144-BFE8-4ED7-9BCD-92FD1908AF85") {
println("TEST")
}
var fmas = dweg?.FMAs.toList.filter [
topGraph.isInWirkrichtungOfSignal(startSignal, it)
].toList
Expand Down

0 comments on commit d0a6684

Please sign in to comment.