forked from M-Labs/nac3
nac3artiq: remove debug messages
This commit is contained in:
parent
323d77a455
commit
d1e172501d
|
@ -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(),
|
||||
|
|
Loading…
Reference in New Issue