nac3artiq: remove debug messages

escape-analysis
pca006132 2022-02-28 23:10:05 +08:00
parent 323d77a455
commit d1e172501d
1 changed files with 0 additions and 2 deletions

View File

@ -434,7 +434,6 @@ impl Nac3 {
embedding_map: &PyAny,
py: Python,
) -> PyResult<()> {
println!("start compilation");
let (mut composer, _, _) = TopLevelComposer::new(
self.builtins.clone(),
ComposerConfig { kernel_ann: Some("Kernel"), kernel_invariant_ann: "KernelInvariant" },
@ -651,7 +650,6 @@ impl Nac3 {
unreachable!()
}
};
println!("typecheck complete");
let task = CodeGenTask {
subst: Default::default(),