Skip to content

Commit 614e923

Browse files
committed
Remove debug.
1 parent 6c7830e commit 614e923

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Tools/c-analyzer/cpython/_analyzer.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -288,8 +288,6 @@ def _is_local_static_mutex(decl):
288288
# We only want to allow local variables
289289
return False
290290

291-
print(decl.parent)
292-
293291
vartype = decl.vartype
294292
return (vartype.typespec == 'PyMutex') and (decl.storage == 'static')
295293

0 commit comments

Comments
 (0)