Skip to content

Commit 29253c3

Browse files
committed
[FIX] server: remove println!()
1 parent ccbb78c commit 29253c3

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

server/src/core/python_arch_builder.rs

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -52,10 +52,6 @@ impl PythonArchBuilder {
5252
if [SymType::NAMESPACE, SymType::ROOT, SymType::COMPILED, SymType::VARIABLE, SymType::CLASS].contains(&symbol.borrow().typ()) {
5353
return; // nothing to extract
5454
}
55-
56-
if self.sym_stack[0].borrow().name() == "account_payment" {
57-
println!("here");
58-
}
5955
{
6056
let file = symbol.borrow();
6157
let file = file.get_file().unwrap();

0 commit comments

Comments
 (0)