Skip to content
This repository was archived by the owner on Apr 15, 2024. It is now read-only.

Commit d422e13

Browse files
committed
Remove Location log from examples
1 parent 4802b8c commit d422e13

File tree

4 files changed

+22
-5
lines changed

4 files changed

+22
-5
lines changed

examples/Cargo.lock

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

examples/src/branching/multi_branch.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ use iota_streams::{
1515
try_or,
1616
Errors::*,
1717
Result,
18-
LOCATION_LOG,
1918
},
2019
ddml::types::*,
2120
};

examples/src/branching/recovery.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ use iota_streams::{
1010
prelude::Rc,
1111
println,
1212
Result,
13-
LOCATION_LOG,
1413
},
1514
ddml::types::*,
1615
};

examples/src/branching/single_branch.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ use iota_streams::{
1616
try_or,
1717
Errors::*,
1818
Result,
19-
LOCATION_LOG,
2019
},
2120
ddml::types::*,
2221
};

0 commit comments

Comments
 (0)