Skip to content

Commit 6e2825a

Browse files
authored
Merge pull request webrtc-rs#260 from webrtc-rs/fix/remove-dbg
Remove errant dbg statements
2 parents 1366261 + 62d3ee5 commit 6e2825a

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

sctp/src/fuzz_artifact_test.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ use bytes::Bytes;
1313

1414
#[test]
1515
fn param_crash_artifacts() {
16-
dbg!(std::env::current_dir());
1716
for artifact in std::fs::read_dir("fuzz/artifacts/param").unwrap() {
1817
let artifact = artifact.unwrap();
1918
if artifact
@@ -30,7 +29,6 @@ fn param_crash_artifacts() {
3029

3130
#[test]
3231
fn packet_crash_artifacts() {
33-
dbg!(std::env::current_dir());
3432
for artifact in std::fs::read_dir("fuzz/artifacts/packet").unwrap() {
3533
let artifact = artifact.unwrap();
3634
if artifact

0 commit comments

Comments
 (0)