Skip to content

Commit

Permalink
Removed print
Browse files Browse the repository at this point in the history
  • Loading branch information
PaulKlint committed Oct 20, 2024
1 parent 9af6a0d commit a0c674b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@ bool isCompatibleBinary(TModel lib, set[str] otherImportsAndExtends, ModuleStatu
for(m <- otherImportsAndExtends){
<found, tm, ms> = getTModelForModule(m, ms);
if(found){
println("<m>:"); iprintln(domain(tm.logical2physical));
//println("<m>:"); iprintln(domain(tm.logical2physical));
requires += {<m , l> | l <- domain(tm.logical2physical), m := getModuleFromLogical(l) };
}
}
Expand Down

0 comments on commit a0c674b

Please sign in to comment.