forked from M-Labs/nac3
nac3artiq: remove debug print
This commit is contained in:
parent
3f890f183c
commit
263bc82434
|
@ -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);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue