Skip to content

Commit e009552

Browse files
authored
chore: drop unnecessary code (#16)
Signed-off-by: tison <wander4096@gmail.com>
1 parent 6316400 commit e009552

File tree

3 files changed

+0
-13
lines changed

3 files changed

+0
-13
lines changed

Cargo.lock

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

tests/behavior/Cargo.toml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,7 @@ version.workspace = true
66

77
[dependencies]
88
atrium-client = { workspace = true }
9-
atrium-server = { workspace = true }
109
insta = { workspace = true }
11-
log = { workspace = true }
12-
logforth = { workspace = true }
1310
pretty-hex = { workspace = true }
1411
test-harness = { workspace = true }
1512
tests-toolkit = { workspace = true }

tests/behavior/src/lib.rs

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,6 @@ where
1313
T: std::process::Termination,
1414
Fut: Send + Future<Output = T>,
1515
{
16-
logforth::builder()
17-
.dispatch(|d| {
18-
d.filter(log::LevelFilter::Debug)
19-
.append(logforth::append::Stdout::default())
20-
})
21-
.apply();
22-
2316
let rt = tokio::runtime::Runtime::new().unwrap();
2417

2518
let test_name = make_test_name::<Fut>();

0 commit comments

Comments
 (0)