Skip to content

Commit

Permalink
removed debug output
Browse files Browse the repository at this point in the history
  • Loading branch information
kolmar committed Aug 29, 2023
1 parent b5d72cc commit e0879ae
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ class EntityDependenciesBuilder {
Map<Entity, Set<Entity>> entity2AllUpstreamDependencies = [:]
Map<Entity, Set<Entity>> entity2AllDownstreamDependencies = [:]

println("ALL ENTITIES" + allEntities(repository))
for (Entity entity : allEntities(repository)) {
entity2AllUpstreamDependencies[entity] = collectUpstreamDependencies(entity, repository, directDependencyRefs)
}
Expand Down

0 comments on commit e0879ae

Please sign in to comment.