summaryrefslogtreecommitdiffhomepage
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-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;