remove dbg msg
All checks were successful
CI/CD Pipeline / deploy-main (push) Has been skipped

This commit is contained in:
philipp 2024-02-20 13:03:24 +01:00
parent 4a6c986a66
commit a057bca094

View File

@ -25,7 +25,6 @@ impl Parts {
let mut input = input;
for (key, value) in &self.parts {
let replace = format!("{{{{{}}}}}", key);
println!("{replace}");
input = input.replace(&replace, value);
}
input