summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--mullvad-daemon/src/migrations/v9.rs2
1 files changed, 0 insertions, 2 deletions
diff --git a/mullvad-daemon/src/migrations/v9.rs b/mullvad-daemon/src/migrations/v9.rs
index 7662d57cbc..f2fc86e472 100644
--- a/mullvad-daemon/src/migrations/v9.rs
+++ b/mullvad-daemon/src/migrations/v9.rs
@@ -31,8 +31,6 @@ const SPLIT_TUNNELING_STATE: &str = "split-tunnelling-enabled.txt";
// ======================================================
-/// This is an open migration
-///
/// This migration onboards the Android app's split tunnel settings into the daemon's settings.
///
/// Until now, split tunneling has been completely handled client side by the Android app. This