Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
PaulKlint committed Oct 31, 2024
1 parent b7efd4d commit 650d189
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -186,9 +186,6 @@ ModuleStatus rascalTModelForLocs(
while(mi < nmodules) {
component = module2component[ordered[mi]];
if(component == {"IO"}){
println("IO");
}
jobStep(jobName, intercalate(" + ", [*component]), work=size(component));
recheck = !all(m <- component, ms.status[m]?, (tpl_uptodate() in ms.status[m] || checked() in ms.status[m]));
Expand Down

0 comments on commit 650d189

Please sign in to comment.