Skip to content

Commit

Permalink
Merge pull request #722 from JuliaRobotics/hotfix/4Q20/spdontshow
Browse files Browse the repository at this point in the history
rm excess printout
  • Loading branch information
dehann authored Dec 23, 2020
2 parents b260468 + a454e58 commit ffcd9ca
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/LightDFG/services/LightDFG.jl
Original file line number Diff line number Diff line change
Expand Up @@ -407,7 +407,6 @@ function findShortestPathDijkstra( dfg::LightDFG,
for type_ in typeList
union!(thelist_, listfnc(type_))
end
@show thelist_
intersect( thelist, thelist_ )
end

Expand Down

0 comments on commit ffcd9ca

Please sign in to comment.