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