Skip to content

Commit 2277832

Browse files
chore: remove debug prints
1 parent f09409a commit 2277832

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

natrix/rules/implicit_internal.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,6 @@ def __init__(self):
2121
)
2222

2323
def visit_FunctionDef(self, node: FunctionDefNode):
24-
print(f"Checking function: {node.get('name')}")
25-
print(f"{node.is_runtime_code=}")
26-
print(f"{node.is_external=}")
2724
if (
2825
# not an internal function
2926
not node.is_runtime_code

0 commit comments

Comments
 (0)