summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorSebastian Holmin <sebastian.holmin@mullvad.net>2025-01-22 14:59:34 +0100
committerSebastian Holmin <sebastian.holmin@mullvad.net>2025-01-22 14:59:34 +0100
commit42f5157ade7dba7fc171b69fb0e7163372304b8f (patch)
treeb306c7f32671a2b88a9f12841ae3437d371c981a
parent8c94061ffd93e05c1d4a30b72d13c63fa661f41d (diff)
downloadmullvadvpn-42f5157ade7dba7fc171b69fb0e7163372304b8f.tar.xz
mullvadvpn-42f5157ade7dba7fc171b69fb0e7163372304b8f.zip
Remove duplicate log
-rw-r--r--test/test-manager/src/tests/mod.rs6
1 files changed, 0 insertions, 6 deletions
diff --git a/test/test-manager/src/tests/mod.rs b/test/test-manager/src/tests/mod.rs
index e2d50d0889..f18e8d1239 100644
--- a/test/test-manager/src/tests/mod.rs
+++ b/test/test-manager/src/tests/mod.rs
@@ -178,12 +178,6 @@ pub async fn set_test_location(
})
.try_collect()?;
- log::debug!(
- "Creating custom list {} with locations '{:?}'",
- test.name,
- locations
- );
-
// Add the custom list to the current app instance
// NOTE: This const is actually defined in, `mullvad_types::custom_list`, but we cannot import it.
const CUSTOM_LIST_NAME_MAX_SIZE: usize = 30;