1
0
mirror of https://github.com/fafhrd91/actix-web synced 2025-08-31 00:50:20 +02:00

remove debug logs

This commit is contained in:
Rob Ede
2022-01-20 01:30:05 +00:00
parent f2e736719a
commit 68ad81f989
2 changed files with 2 additions and 10 deletions

View File

@@ -700,7 +700,6 @@ mod tests {
Ok(())
};
let s = format!("{}", FormatDisplay(&render));
println!("{}", s);
assert!(s.contains("/test/route/yeah"));
}
@@ -794,7 +793,6 @@ mod tests {
Ok(())
};
let s = format!("{}", FormatDisplay(&render));
println!("{}", s);
assert!(s.contains("192.0.2.60"));
}