Skip to content

Commit 2efa0fb

Browse files
committed
Remove println's...
1 parent 9a8d2e3 commit 2efa0fb

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/view/context.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -97,11 +97,9 @@ pub fn draw_properties(
9797
filter_path: &mut Vec<&str>,
9898
) {
9999
let filter = filter_path.pop();
100-
println!("{:?}", filter_path);
101100

102101
for property in properties {
103102
if let Some(filter) = filter {
104-
println!("{} = {}", property.name, filter);
105103
if !property.name.contains(filter) {
106104
continue;
107105
}

0 commit comments

Comments
 (0)