Skip to content

Commit fa46515

Browse files
committed
style: removed debugging code
1 parent 799f3de commit fa46515

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

cls/TestCoverage/Utils.cls

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -489,8 +489,6 @@ ClassMethod GetPythonMethodMapping(pDocumentText) [ Language = python ]
489489
return max(child.lineno for child in ast.walk(node) if hasattr(child, 'lineno'))
490490

491491
FunctionMapper().visit(tree)
492-
print(source_lines)
493-
print(method_map)
494492
return (line_function_map, method_map)
495493
}
496494

0 commit comments

Comments
 (0)