Remove a leftover debugging print statement
This commit is contained in:
parent
4ea96b810d
commit
be2d08f7c2
1 changed files with 0 additions and 1 deletions
|
|
@ -416,7 +416,6 @@ cdef class InterfaceReaction(ElementaryReaction):
|
|||
property coverage_deps:
|
||||
def __get__(self):
|
||||
cdef CxxInterfaceReaction* r = <CxxInterfaceReaction*>self.reaction
|
||||
print('ncov:', r.coverage_deps.size())
|
||||
deps = {}
|
||||
cdef pair[string,CxxCoverageDependency] item
|
||||
for item in r.coverage_deps:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue