summaryrefslogtreecommitdiff
path: root/vroomba-analysis/src/main.rs
diff options
context:
space:
mode:
authorJustin Wernick <justin@worthe-it.co.za>2020-04-19 10:40:19 +0200
committerJustin Wernick <justin@worthe-it.co.za>2020-04-19 10:40:19 +0200
commit556cb56d46b9d9bc8ec1ce0ba09ab5bc38c6022b (patch)
tree07f31737890aa8f8a1925b4371aba8a702d940f7 /vroomba-analysis/src/main.rs
parent91c144969f6dd2daa7d9fb2e5d59059ecd556b79 (diff)
Change to proper sets
Diffstat (limited to 'vroomba-analysis/src/main.rs')
-rw-r--r--vroomba-analysis/src/main.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/vroomba-analysis/src/main.rs b/vroomba-analysis/src/main.rs
index 3abcfc6..a1145b7 100644
--- a/vroomba-analysis/src/main.rs
+++ b/vroomba-analysis/src/main.rs
@@ -53,7 +53,6 @@ fn main() {
// .map(|node| node.last_command)
// .collect::<Vec<_>>()
// );
- println!("{:?}", shortest_path.0);
println!("{}", shortest_path.1);
}