Skip to content

Commit b64f6d4

Browse files
JacksonBurnsmjohnson541
authored andcommitted
Update EdgeAnalysis.jl - remove objects information statement
see #227
1 parent 311bf17 commit b64f6d4

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/EdgeAnalysis.jl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -905,7 +905,6 @@ function identifyobjects!(sim,corespcsinds,corerxninds,edgespcsinds,
905905

906906
if length(invalidobjects) + length(newobjects) > maxnumobjsperiter
907907
if invalidobjectsprintboolean
908-
@info "Exceeded max number of objects...removing excess objects"
909908
invalidobjectsprintboolean = false
910909
end
911910
num = maxnumobjsperiter - length(invalidobjects)

0 commit comments

Comments
 (0)