away with notes just beats now

This commit is contained in:
2026-03-11 09:42:48 -06:00
parent a66dd03cc6
commit 683d3ef315
6 changed files with 110 additions and 12 deletions

View File

@@ -68,7 +68,7 @@ impl Syn {
match self {
Syn::Real(syn) => syn.render(a, b),
Syn::Text{m, i} => {
eprintln!("render[{}]({:?})", i, m);
eprintln!("{} | render[{}]({:?})", chrono::prelude::Utc::now(), i, m);
*i += 1;
},
};