summaryrefslogtreecommitdiff
path: root/src/lib.rs
diff options
context:
space:
mode:
authorMike Buland <mike@xagasoft.com>2026-06-08 16:07:33 -0700
committerMike Buland <mike@xagasoft.com>2026-06-08 16:07:33 -0700
commit0736240f54ac90ded4d96b3ac35fc8571b141d1a (patch)
tree7ff98a719e098666ade2b73e2fb83643c80fe30a /src/lib.rs
parenta9172970548805db45188a352b2aafbc0e7b32e3 (diff)
downloadcrimtag-0736240f54ac90ded4d96b3ac35fc8571b141d1a.tar.gz
crimtag-0736240f54ac90ded4d96b3ac35fc8571b141d1a.tar.bz2
crimtag-0736240f54ac90ded4d96b3ac35fc8571b141d1a.tar.xz
crimtag-0736240f54ac90ded4d96b3ac35fc8571b141d1a.zip
Removed debug prints
Diffstat (limited to 'src/lib.rs')
-rw-r--r--src/lib.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib.rs b/src/lib.rs
index e07f85b..5dbb379 100644
--- a/src/lib.rs
+++ b/src/lib.rs
@@ -234,6 +234,7 @@ impl Crimtag {
234 } 234 }
235 } 235 }
236} 236}
237
237fn exec(input: &Value, tokens: &Vec<Token>, buf: &mut String) -> Result<(),ParseError> { 238fn exec(input: &Value, tokens: &Vec<Token>, buf: &mut String) -> Result<(),ParseError> {
238 for token in tokens { 239 for token in tokens {
239 match token { 240 match token {