cleaning up.

This commit is contained in:
Tom Alexander
2020-05-10 22:40:47 -04:00
parent 68639481f5
commit 7dd824ab4f
3 changed files with 0 additions and 7 deletions

View File

@@ -245,7 +245,6 @@ impl<'a> DustRenderer<'a> {
RValue::RVPath(path) => walk_path(breadcrumbs, &path.keys),
},
};
println!("Comparing {:?} to {:?}", left_side, right_side);
if left_side == right_side {
match &parameterized_block.contents {
None => return Ok("".to_owned()),