mirror of
https://github.com/astral-sh/ruff
synced 2026-01-22 05:51:03 -05:00
Remove rogue println
This commit is contained in:
@@ -162,7 +162,6 @@ fn method_visibility(stmt: &Stmt) -> Visibility {
|
||||
// Is this a setter or deleter?
|
||||
if decorator_list.iter().any(|expr| {
|
||||
let call_path = collect_call_path(expr);
|
||||
print!("{call_path:?}");
|
||||
if call_path.len() > 1 {
|
||||
call_path[0] == name
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user