Skip to content

Commit ffcd9ca

Browse files
authored
Merge pull request #722 from JuliaRobotics/hotfix/4Q20/spdontshow
rm excess printout
2 parents b260468 + a454e58 commit ffcd9ca

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/LightDFG/services/LightDFG.jl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -407,7 +407,6 @@ function findShortestPathDijkstra( dfg::LightDFG,
407407
for type_ in typeList
408408
union!(thelist_, listfnc(type_))
409409
end
410-
@show thelist_
411410
intersect( thelist, thelist_ )
412411
end
413412

0 commit comments

Comments
 (0)