Skip to content

Commit

Permalink
Added debug print.
Browse files Browse the repository at this point in the history
  • Loading branch information
PaulKlint committed Dec 10, 2024
1 parent d83ff92 commit 566349a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/org/rascalmpl/library/util/Reflective.rsc
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,7 @@ str getModuleName(loc moduleLoc, PathConfig pcfg){
if(lastName[0] == "$"){
candidateAsList = [*candidateAsList[..-1],lastName[1..]];
}
//println("cand: <candidateAsList>, modpath: <modulePathAsList>");
println("cand: <candidateAsList>, modpath: <modulePathAsList>");
n = commonPrefix(reverse(candidateAsList), modulePathReversed);

if(n > longestSuffix){
Expand Down

0 comments on commit 566349a

Please sign in to comment.