nac3artiq: remove debug print

escape-analysis
ychenfo 2022-03-21 04:23:40 +08:00
parent 3f890f183c
commit 263bc82434
1 changed files with 0 additions and 1 deletions

View File

@ -906,7 +906,6 @@ impl SymbolResolver for Resolver {
})
.unwrap(),
};
println!("{:?}", result);
if let Ok(t) = &result {
self.0.id_to_type.write().insert(str, *t);
}