Skip to content

Commit 12f3a05

Browse files
committed
Removed log dependency and import
1 parent 8a34ac3 commit 12f3a05

File tree

3 files changed

+0
-9
lines changed

3 files changed

+0
-9
lines changed

Cargo.lock

Lines changed: 0 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ readme = "README.md"
1515
petgraph = "0.6.4"
1616
indexmap = "2.2"
1717
itertools = "0.12"
18-
log = "0.4"
1918
num-traits = "0.2"
2019
grid_util = "0.1.1"
2120

src/lib.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ mod astar_jps;
1212
use grid_util::direction::Direction;
1313
use grid_util::grid::{BoolGrid, Grid, SimpleGrid};
1414
use grid_util::point::Point;
15-
use log::info;
1615
use petgraph::unionfind::UnionFind;
1716

1817
use crate::astar_jps::astar_jps;

0 commit comments

Comments
 (0)